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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=615",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=613",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 614,
    "results": [
        {
            "start": 847223226,
            "stop": 847223867
        },
        {
            "start": 847223875,
            "stop": 847228175
        },
        {
            "start": 847228182,
            "stop": 847230656
        },
        {
            "start": 847231867,
            "stop": 847237392
        },
        {
            "start": 847238294,
            "stop": 847239486
        },
        {
            "start": 847263827,
            "stop": 847266140
        },
        {
            "start": 847266491,
            "stop": 847287851
        },
        {
            "start": 847287859,
            "stop": 847317991
        },
        {
            "start": 847320045,
            "stop": 847334435
        },
        {
            "start": 847346961,
            "stop": 847361044
        },
        {
            "start": 847361262,
            "stop": 847381429
        },
        {
            "start": 847381434,
            "stop": 847381457
        },
        {
            "start": 847382390,
            "stop": 847383648
        },
        {
            "start": 847396581,
            "stop": 847402656
        },
        {
            "start": 847404960,
            "stop": 847417125
        },
        {
            "start": 847421708,
            "stop": 847421852
        },
        {
            "start": 847469177,
            "stop": 847469295
        },
        {
            "start": 847475224,
            "stop": 847554987
        },
        {
            "start": 847602253,
            "stop": 847604571
        },
        {
            "start": 847605646,
            "stop": 847622492
        }
    ]
}