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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=61",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 62,
    "results": [
        {
            "start": 821804475,
            "stop": 821804917
        },
        {
            "start": 821804919,
            "stop": 821804997
        },
        {
            "start": 821804999,
            "stop": 821805950
        },
        {
            "start": 821805952,
            "stop": 821805953
        },
        {
            "start": 821806058,
            "stop": 821806072
        },
        {
            "start": 821914417,
            "stop": 821915222
        },
        {
            "start": 821915224,
            "stop": 821917468
        },
        {
            "start": 821917470,
            "stop": 821919847
        },
        {
            "start": 821919994,
            "stop": 821924414
        },
        {
            "start": 821924416,
            "stop": 821928297
        },
        {
            "start": 821928832,
            "stop": 821933613
        },
        {
            "start": 821933699,
            "stop": 821942248
        },
        {
            "start": 821942334,
            "stop": 821949520
        },
        {
            "start": 821949522,
            "stop": 821954111
        },
        {
            "start": 821954113,
            "stop": 821954115
        },
        {
            "start": 821954117,
            "stop": 821954146
        },
        {
            "start": 821954149,
            "stop": 821954150
        },
        {
            "start": 821954152,
            "stop": 821954153
        },
        {
            "start": 821954155,
            "stop": 821954198
        },
        {
            "start": 821954200,
            "stop": 821954217
        }
    ]
}