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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6200",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6201,
    "results": [
        {
            "start": 874591386,
            "stop": 874591392
        },
        {
            "start": 874591395,
            "stop": 874591517
        },
        {
            "start": 874591521,
            "stop": 874592237
        },
        {
            "start": 874592240,
            "stop": 874593044
        },
        {
            "start": 874593045,
            "stop": 874593719
        },
        {
            "start": 874593722,
            "stop": 874593849
        },
        {
            "start": 874593850,
            "stop": 874593961
        },
        {
            "start": 874593964,
            "stop": 874593965
        },
        {
            "start": 874593968,
            "stop": 874593982
        },
        {
            "start": 874593985,
            "stop": 874594335
        },
        {
            "start": 874594338,
            "stop": 874594382
        },
        {
            "start": 874594385,
            "stop": 874594387
        },
        {
            "start": 874594390,
            "stop": 874594391
        },
        {
            "start": 874594394,
            "stop": 874594583
        },
        {
            "start": 874594586,
            "stop": 874595029
        },
        {
            "start": 874595034,
            "stop": 874595040
        },
        {
            "start": 874595043,
            "stop": 874595089
        },
        {
            "start": 874595093,
            "stop": 874595102
        },
        {
            "start": 874595105,
            "stop": 874595159
        },
        {
            "start": 874595160,
            "stop": 874595168
        }
    ]
}