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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=342",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 343,
    "results": [
        {
            "start": 873671288,
            "stop": 873671469
        },
        {
            "start": 873671769,
            "stop": 873677016
        },
        {
            "start": 873688369,
            "stop": 873689205
        },
        {
            "start": 873689511,
            "stop": 873690607
        },
        {
            "start": 873698607,
            "stop": 873713262
        },
        {
            "start": 873713372,
            "stop": 873714220
        },
        {
            "start": 873714769,
            "stop": 873733475
        },
        {
            "start": 873733585,
            "stop": 873733782
        },
        {
            "start": 873734082,
            "stop": 873734093
        },
        {
            "start": 873734203,
            "stop": 873734580
        },
        {
            "start": 873734880,
            "stop": 873736112
        },
        {
            "start": 873736414,
            "stop": 873745328
        },
        {
            "start": 873746777,
            "stop": 873749335
        },
        {
            "start": 873749543,
            "stop": 873759400
        },
        {
            "start": 873760474,
            "stop": 873769100
        },
        {
            "start": 873769400,
            "stop": 873785812
        },
        {
            "start": 873786171,
            "stop": 873786319
        },
        {
            "start": 873786656,
            "stop": 873799460
        },
        {
            "start": 873799462,
            "stop": 873806618
        },
        {
            "start": 873806921,
            "stop": 873814254
        }
    ]
}