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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=33",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 34,
    "results": [
        {
            "start": 818413538,
            "stop": 818414127
        },
        {
            "start": 818414130,
            "stop": 818415852
        },
        {
            "start": 818415855,
            "stop": 818415914
        },
        {
            "start": 818415917,
            "stop": 818416329
        },
        {
            "start": 818416332,
            "stop": 818418310
        },
        {
            "start": 818418313,
            "stop": 818419750
        },
        {
            "start": 818419751,
            "stop": 818419844
        },
        {
            "start": 818419847,
            "stop": 818426005
        },
        {
            "start": 818426007,
            "stop": 818426251
        },
        {
            "start": 818427319,
            "stop": 818427368
        },
        {
            "start": 818428047,
            "stop": 818438987
        },
        {
            "start": 818439424,
            "stop": 818439519
        },
        {
            "start": 818439839,
            "stop": 818439867
        },
        {
            "start": 818441029,
            "stop": 818441897
        },
        {
            "start": 818443226,
            "stop": 818443501
        },
        {
            "start": 818444662,
            "stop": 818444667
        },
        {
            "start": 818444987,
            "stop": 818445298
        },
        {
            "start": 818445698,
            "stop": 818446020
        },
        {
            "start": 818446947,
            "stop": 818449952
        },
        {
            "start": 818449955,
            "stop": 818449989
        }
    ]
}