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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=124",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 125,
    "results": [
        {
            "start": 826650354,
            "stop": 826651294
        },
        {
            "start": 826652429,
            "stop": 826653354
        },
        {
            "start": 826654217,
            "stop": 826657918
        },
        {
            "start": 826659945,
            "stop": 826660317
        },
        {
            "start": 826661395,
            "stop": 826661533
        },
        {
            "start": 826661535,
            "stop": 826661538
        },
        {
            "start": 826661697,
            "stop": 826663167
        },
        {
            "start": 826664957,
            "stop": 826671460
        },
        {
            "start": 826671938,
            "stop": 826674085
        },
        {
            "start": 826674198,
            "stop": 826676720
        },
        {
            "start": 826678397,
            "stop": 826681089
        },
        {
            "start": 826681533,
            "stop": 826690330
        },
        {
            "start": 826690332,
            "stop": 826701371
        },
        {
            "start": 826701478,
            "stop": 826704221
        },
        {
            "start": 826704222,
            "stop": 826704618
        },
        {
            "start": 826826844,
            "stop": 826826847
        },
        {
            "start": 826827028,
            "stop": 826834593
        },
        {
            "start": 826834700,
            "stop": 826838170
        },
        {
            "start": 826838247,
            "stop": 826838276
        },
        {
            "start": 826839040,
            "stop": 826840383
        }
    ]
}