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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=170",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 171,
    "results": [
        {
            "start": 1177824248,
            "stop": 1177825125
        },
        {
            "start": 1177839274,
            "stop": 1177857485
        },
        {
            "start": 1177857492,
            "stop": 1177857496
        },
        {
            "start": 1177857497,
            "stop": 1177857498
        },
        {
            "start": 1177857499,
            "stop": 1177857500
        },
        {
            "start": 1177857503,
            "stop": 1177858873
        },
        {
            "start": 1177858875,
            "stop": 1177859392
        },
        {
            "start": 1177859394,
            "stop": 1177859718
        },
        {
            "start": 1177877720,
            "stop": 1177878756
        },
        {
            "start": 1177878759,
            "stop": 1177879344
        },
        {
            "start": 1177879350,
            "stop": 1177880316
        },
        {
            "start": 1177880318,
            "stop": 1177880351
        },
        {
            "start": 1177880352,
            "stop": 1177880471
        },
        {
            "start": 1177880474,
            "stop": 1177880732
        },
        {
            "start": 1177880733,
            "stop": 1177880744
        },
        {
            "start": 1177880747,
            "stop": 1177880998
        },
        {
            "start": 1177881001,
            "stop": 1177881007
        },
        {
            "start": 1177881011,
            "stop": 1177881018
        },
        {
            "start": 1177881023,
            "stop": 1177881032
        },
        {
            "start": 1177881033,
            "stop": 1177881044
        }
    ]
}