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_CAT4/segments?format=api&page=8211
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8210",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8211,
    "results": [
        {
            "start": 873531899,
            "stop": 873532152
        },
        {
            "start": 873532608,
            "stop": 873533210
        },
        {
            "start": 873533230,
            "stop": 873533376
        },
        {
            "start": 873533396,
            "stop": 873533730
        },
        {
            "start": 873534987,
            "stop": 873536228
        },
        {
            "start": 873536245,
            "stop": 873537536
        },
        {
            "start": 873537716,
            "stop": 873538228
        },
        {
            "start": 873538245,
            "stop": 873538376
        },
        {
            "start": 873538393,
            "stop": 873538428
        },
        {
            "start": 873538445,
            "stop": 873538452
        },
        {
            "start": 873538469,
            "stop": 873539067
        },
        {
            "start": 873539093,
            "stop": 873539162
        },
        {
            "start": 873539181,
            "stop": 873540453
        },
        {
            "start": 873540470,
            "stop": 873540606
        },
        {
            "start": 873540623,
            "stop": 873540924
        },
        {
            "start": 873540941,
            "stop": 873542836
        },
        {
            "start": 873542853,
            "stop": 873543502
        },
        {
            "start": 873543519,
            "stop": 873544919
        },
        {
            "start": 873544938,
            "stop": 873544976
        },
        {
            "start": 873544993,
            "stop": 873545000
        }
    ]
}