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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=76",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 77,
    "results": [
        {
            "start": 816550860,
            "stop": 816550949
        },
        {
            "start": 816550955,
            "stop": 816550960
        },
        {
            "start": 816550967,
            "stop": 816551546
        },
        {
            "start": 816551552,
            "stop": 816552036
        },
        {
            "start": 816552039,
            "stop": 816552735
        },
        {
            "start": 816552739,
            "stop": 816554221
        },
        {
            "start": 816554226,
            "stop": 816554599
        },
        {
            "start": 816554605,
            "stop": 816554620
        },
        {
            "start": 816554635,
            "stop": 816554640
        },
        {
            "start": 816554658,
            "stop": 816554660
        },
        {
            "start": 816554667,
            "stop": 816556125
        },
        {
            "start": 816556157,
            "stop": 816556820
        },
        {
            "start": 816556824,
            "stop": 816557259
        },
        {
            "start": 816557267,
            "stop": 816557270
        },
        {
            "start": 816557278,
            "stop": 816557349
        },
        {
            "start": 816558047,
            "stop": 816559834
        },
        {
            "start": 816559839,
            "stop": 816559840
        },
        {
            "start": 816559843,
            "stop": 816560293
        },
        {
            "start": 816563711,
            "stop": 816564272
        },
        {
            "start": 816564275,
            "stop": 816565028
        }
    ]
}