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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=259",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 260,
    "results": [
        {
            "start": 862770106,
            "stop": 862773020
        },
        {
            "start": 862773023,
            "stop": 862773025
        },
        {
            "start": 862773028,
            "stop": 862773030
        },
        {
            "start": 862773033,
            "stop": 862773039
        },
        {
            "start": 862773050,
            "stop": 862773053
        },
        {
            "start": 862773795,
            "stop": 862780472
        },
        {
            "start": 862805869,
            "stop": 862813893
        },
        {
            "start": 862815287,
            "stop": 862855407
        },
        {
            "start": 862858185,
            "stop": 862858282
        },
        {
            "start": 862859535,
            "stop": 862869990
        },
        {
            "start": 862873513,
            "stop": 862880061
        },
        {
            "start": 862881023,
            "stop": 862895139
        },
        {
            "start": 862895142,
            "stop": 862896983
        },
        {
            "start": 862897540,
            "stop": 862942171
        },
        {
            "start": 862943076,
            "stop": 862944095
        },
        {
            "start": 862944821,
            "stop": 862947221
        },
        {
            "start": 862948273,
            "stop": 862948317
        },
        {
            "start": 862951432,
            "stop": 862954113
        },
        {
            "start": 862954586,
            "stop": 862976623
        },
        {
            "start": 862978343,
            "stop": 863034364
        }
    ]
}