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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=90",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 91,
    "results": [
        {
            "start": 823338013,
            "stop": 823351213
        },
        {
            "start": 823351873,
            "stop": 823355462
        },
        {
            "start": 823358293,
            "stop": 823361295
        },
        {
            "start": 823410853,
            "stop": 823423453
        },
        {
            "start": 823424713,
            "stop": 823451053
        },
        {
            "start": 823451058,
            "stop": 823451061
        },
        {
            "start": 823517413,
            "stop": 823531513
        },
        {
            "start": 823531518,
            "stop": 823531521
        },
        {
            "start": 823601173,
            "stop": 823615153
        },
        {
            "start": 823615193,
            "stop": 823615195
        },
        {
            "start": 823616953,
            "stop": 823617733
        },
        {
            "start": 823617777,
            "stop": 823617779
        },
        {
            "start": 823699993,
            "stop": 823711753
        },
        {
            "start": 823711812,
            "stop": 823711814
        },
        {
            "start": 823773073,
            "stop": 823773373
        },
        {
            "start": 823773427,
            "stop": 823773428
        },
        {
            "start": 823780393,
            "stop": 823784653
        },
        {
            "start": 823784672,
            "stop": 823784674
        },
        {
            "start": 823785433,
            "stop": 823785553
        },
        {
            "start": 823785578,
            "stop": 823785580
        }
    ]
}