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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=101",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 102,
    "results": [
        {
            "start": 817382717,
            "stop": 817382889
        },
        {
            "start": 817382896,
            "stop": 817386015
        },
        {
            "start": 817386022,
            "stop": 817386036
        },
        {
            "start": 817386043,
            "stop": 817386871
        },
        {
            "start": 817386872,
            "stop": 817389302
        },
        {
            "start": 817389309,
            "stop": 817390031
        },
        {
            "start": 817390038,
            "stop": 817391717
        },
        {
            "start": 817391721,
            "stop": 817393593
        },
        {
            "start": 817393600,
            "stop": 817394313
        },
        {
            "start": 817394320,
            "stop": 817397277
        },
        {
            "start": 817397285,
            "stop": 817397759
        },
        {
            "start": 817397766,
            "stop": 817398480
        },
        {
            "start": 817398487,
            "stop": 817398838
        },
        {
            "start": 817399510,
            "stop": 817399530
        },
        {
            "start": 817399652,
            "stop": 817399661
        },
        {
            "start": 817399723,
            "stop": 817399734
        },
        {
            "start": 817399822,
            "stop": 817399839
        },
        {
            "start": 817399847,
            "stop": 817400679
        },
        {
            "start": 817403764,
            "stop": 817404988
        },
        {
            "start": 817405140,
            "stop": 817405398
        }
    ]
}