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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=500",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=498",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 499,
    "results": [
        {
            "start": 864912624,
            "stop": 864912640
        },
        {
            "start": 864912642,
            "stop": 864912649
        },
        {
            "start": 864913302,
            "stop": 864947313
        },
        {
            "start": 864947315,
            "stop": 864947342
        },
        {
            "start": 864947345,
            "stop": 864973074
        },
        {
            "start": 864974755,
            "stop": 864991888
        },
        {
            "start": 864992627,
            "stop": 864992720
        },
        {
            "start": 864995838,
            "stop": 864998300
        },
        {
            "start": 864998302,
            "stop": 864998572
        },
        {
            "start": 864999206,
            "stop": 865001239
        },
        {
            "start": 865001241,
            "stop": 865001376
        },
        {
            "start": 865001378,
            "stop": 865003538
        },
        {
            "start": 865003539,
            "stop": 865004671
        },
        {
            "start": 865004673,
            "stop": 865005125
        },
        {
            "start": 865005209,
            "stop": 865005430
        },
        {
            "start": 865005432,
            "stop": 865006811
        },
        {
            "start": 865006813,
            "stop": 865007322
        },
        {
            "start": 865007324,
            "stop": 865007389
        },
        {
            "start": 865007391,
            "stop": 865007604
        },
        {
            "start": 865007605,
            "stop": 865007616
        }
    ]
}