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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=66",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 67,
    "results": [
        {
            "start": 821810232,
            "stop": 821810335
        },
        {
            "start": 821810339,
            "stop": 821810349
        },
        {
            "start": 821820754,
            "stop": 821824727
        },
        {
            "start": 821825474,
            "stop": 821831874
        },
        {
            "start": 821832644,
            "stop": 821834413
        },
        {
            "start": 821835049,
            "stop": 821872813
        },
        {
            "start": 821873857,
            "stop": 821990653
        },
        {
            "start": 821991457,
            "stop": 822012073
        },
        {
            "start": 822012652,
            "stop": 822032161
        },
        {
            "start": 822032746,
            "stop": 822034915
        },
        {
            "start": 822035372,
            "stop": 822077942
        },
        {
            "start": 822078666,
            "stop": 822085208
        },
        {
            "start": 822085973,
            "stop": 822090585
        },
        {
            "start": 822091558,
            "stop": 822094541
        },
        {
            "start": 822095391,
            "stop": 822153539
        },
        {
            "start": 822174946,
            "stop": 822175153
        },
        {
            "start": 822176021,
            "stop": 822176707
        },
        {
            "start": 822176834,
            "stop": 822177478
        },
        {
            "start": 822178204,
            "stop": 822179426
        },
        {
            "start": 822179496,
            "stop": 822179709
        }
    ]
}