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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=403",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=401",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 402,
    "results": [
        {
            "start": 864341742,
            "stop": 864341874
        },
        {
            "start": 864353063,
            "stop": 864353078
        },
        {
            "start": 864353087,
            "stop": 864353231
        },
        {
            "start": 864353415,
            "stop": 864353464
        },
        {
            "start": 864353468,
            "stop": 864353483
        },
        {
            "start": 864353487,
            "stop": 864353492
        },
        {
            "start": 864353496,
            "stop": 864353549
        },
        {
            "start": 864353554,
            "stop": 864353593
        },
        {
            "start": 864353597,
            "stop": 864353626
        },
        {
            "start": 864353630,
            "stop": 864353736
        },
        {
            "start": 864353740,
            "stop": 864354044
        },
        {
            "start": 864354047,
            "stop": 864354082
        },
        {
            "start": 864354087,
            "stop": 864354093
        },
        {
            "start": 864354096,
            "stop": 864354102
        },
        {
            "start": 864354110,
            "stop": 864354684
        },
        {
            "start": 864354687,
            "stop": 864354821
        },
        {
            "start": 864354825,
            "stop": 864355849
        },
        {
            "start": 864355857,
            "stop": 864404708
        },
        {
            "start": 864404713,
            "stop": 864404782
        },
        {
            "start": 864404787,
            "stop": 864405572
        }
    ]
}