Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=83
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=82",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 83,
    "results": [
        {
            "start": 816548853,
            "stop": 816549439
        },
        {
            "start": 816549443,
            "stop": 816549765
        },
        {
            "start": 816549768,
            "stop": 816549776
        },
        {
            "start": 816549782,
            "stop": 816550856
        },
        {
            "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": 816556126
        },
        {
            "start": 816556132,
            "stop": 816556820
        },
        {
            "start": 816556824,
            "stop": 816557349
        },
        {
            "start": 816558047,
            "stop": 816559834
        },
        {
            "start": 816559839,
            "stop": 816559840
        },
        {
            "start": 816559843,
            "stop": 816560284
        }
    ]
}