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=537
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=538",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=536",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 537,
    "results": [
        {
            "start": 829889195,
            "stop": 829893897
        },
        {
            "start": 829896356,
            "stop": 829928603
        },
        {
            "start": 829935935,
            "stop": 829936042
        },
        {
            "start": 829937064,
            "stop": 829937795
        },
        {
            "start": 829938886,
            "stop": 829942129
        },
        {
            "start": 829943062,
            "stop": 829943489
        },
        {
            "start": 829944195,
            "stop": 829948705
        },
        {
            "start": 829950956,
            "stop": 829956076
        },
        {
            "start": 829959579,
            "stop": 829981965
        },
        {
            "start": 829984451,
            "stop": 830012454
        },
        {
            "start": 830037434,
            "stop": 830037560
        },
        {
            "start": 830040713,
            "stop": 830044423
        },
        {
            "start": 830045027,
            "stop": 830057205
        },
        {
            "start": 830057803,
            "stop": 830058150
        },
        {
            "start": 830059261,
            "stop": 830063032
        },
        {
            "start": 830064455,
            "stop": 830096739
        },
        {
            "start": 830098437,
            "stop": 830102865
        },
        {
            "start": 830102941,
            "stop": 830113135
        },
        {
            "start": 830115115,
            "stop": 830116582
        },
        {
            "start": 830117642,
            "stop": 830120677
        }
    ]
}