Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=179
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=178",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 179,
    "results": [
        {
            "start": 818168708,
            "stop": 818168709
        },
        {
            "start": 818168716,
            "stop": 818168722
        },
        {
            "start": 818168734,
            "stop": 818168735
        },
        {
            "start": 818168740,
            "stop": 818168741
        },
        {
            "start": 818168750,
            "stop": 818168753
        },
        {
            "start": 818168756,
            "stop": 818168758
        },
        {
            "start": 818168767,
            "stop": 818168770
        },
        {
            "start": 818168776,
            "stop": 818168782
        },
        {
            "start": 818168785,
            "stop": 818168787
        },
        {
            "start": 818168791,
            "stop": 818168792
        },
        {
            "start": 818168799,
            "stop": 818168805
        },
        {
            "start": 818168828,
            "stop": 818168832
        },
        {
            "start": 818168839,
            "stop": 818168842
        },
        {
            "start": 818168848,
            "stop": 818168850
        },
        {
            "start": 818168853,
            "stop": 818168857
        },
        {
            "start": 818168861,
            "stop": 818168863
        },
        {
            "start": 818168869,
            "stop": 818168870
        },
        {
            "start": 818168874,
            "stop": 818168875
        },
        {
            "start": 818168878,
            "stop": 818168884
        },
        {
            "start": 818168894,
            "stop": 818168895
        }
    ]
}