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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=104",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 105,
    "results": [
        {
            "start": 829849047,
            "stop": 829849048
        },
        {
            "start": 829849237,
            "stop": 829855813
        },
        {
            "start": 829858813,
            "stop": 829865411
        },
        {
            "start": 829869973,
            "stop": 829869985
        },
        {
            "start": 829870153,
            "stop": 829877212
        },
        {
            "start": 829878553,
            "stop": 829884733
        },
        {
            "start": 829884789,
            "stop": 829884792
        },
        {
            "start": 829886533,
            "stop": 829895932
        },
        {
            "start": 829897873,
            "stop": 829909693
        },
        {
            "start": 829910773,
            "stop": 829916699
        },
        {
            "start": 829917415,
            "stop": 829925653
        },
        {
            "start": 829925672,
            "stop": 829925673
        },
        {
            "start": 829927273,
            "stop": 829927693
        },
        {
            "start": 829927747,
            "stop": 829927750
        },
        {
            "start": 829927813,
            "stop": 829928889
        },
        {
            "start": 829929394,
            "stop": 829937113
        },
        {
            "start": 829937682,
            "stop": 829941493
        },
        {
            "start": 829941500,
            "stop": 829941501
        },
        {
            "start": 829941613,
            "stop": 829942393
        },
        {
            "start": 829943322,
            "stop": 829943326
        }
    ]
}