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=456
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=457",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=455",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 456,
    "results": [
        {
            "start": 860475337,
            "stop": 860478356
        },
        {
            "start": 860482482,
            "stop": 860482485
        },
        {
            "start": 860482492,
            "stop": 860482497
        },
        {
            "start": 860482503,
            "stop": 860482508
        },
        {
            "start": 860482515,
            "stop": 860482520
        },
        {
            "start": 860482527,
            "stop": 860482529
        },
        {
            "start": 860482531,
            "stop": 860482533
        },
        {
            "start": 860482543,
            "stop": 860482548
        },
        {
            "start": 860482553,
            "stop": 860482554
        },
        {
            "start": 860482555,
            "stop": 860482563
        },
        {
            "start": 860482569,
            "stop": 860482575
        },
        {
            "start": 860482581,
            "stop": 860482588
        },
        {
            "start": 860482592,
            "stop": 860485925
        },
        {
            "start": 860487391,
            "stop": 860489273
        },
        {
            "start": 860491977,
            "stop": 860491978
        },
        {
            "start": 860491982,
            "stop": 860491983
        },
        {
            "start": 860491991,
            "stop": 860491994
        },
        {
            "start": 860492004,
            "stop": 860492007
        },
        {
            "start": 860492009,
            "stop": 860492012
        },
        {
            "start": 860492014,
            "stop": 860492015
        }
    ]
}