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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=112",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 113,
    "results": [
        {
            "start": 843766575,
            "stop": 843848842
        },
        {
            "start": 843849275,
            "stop": 843858208
        },
        {
            "start": 843861819,
            "stop": 843887082
        },
        {
            "start": 843889288,
            "stop": 843889464
        },
        {
            "start": 843889615,
            "stop": 843891337
        },
        {
            "start": 843894114,
            "stop": 843922785
        },
        {
            "start": 843947015,
            "stop": 843948869
        },
        {
            "start": 843949355,
            "stop": 843949446
        },
        {
            "start": 843949688,
            "stop": 843990246
        },
        {
            "start": 843990364,
            "stop": 844020969
        },
        {
            "start": 844026247,
            "stop": 844027647
        },
        {
            "start": 844030158,
            "stop": 844036645
        },
        {
            "start": 844037886,
            "stop": 844097077
        },
        {
            "start": 844098965,
            "stop": 844100657
        },
        {
            "start": 844100665,
            "stop": 844118902
        },
        {
            "start": 844119151,
            "stop": 844120724
        },
        {
            "start": 844121064,
            "stop": 844126560
        },
        {
            "start": 844126650,
            "stop": 844183013
        },
        {
            "start": 844183310,
            "stop": 844199511
        },
        {
            "start": 844203582,
            "stop": 844245212
        }
    ]
}