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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=61",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 62,
    "results": [
        {
            "start": 1252649167,
            "stop": 1252649791
        },
        {
            "start": 1252649841,
            "stop": 1252650074
        },
        {
            "start": 1252653148,
            "stop": 1252663220
        },
        {
            "start": 1252663901,
            "stop": 1252671946
        },
        {
            "start": 1252672222,
            "stop": 1252712592
        },
        {
            "start": 1252715554,
            "stop": 1252720780
        },
        {
            "start": 1252721988,
            "stop": 1252731975
        },
        {
            "start": 1252733312,
            "stop": 1252733314
        },
        {
            "start": 1252733840,
            "stop": 1252735177
        },
        {
            "start": 1252753780,
            "stop": 1252758950
        },
        {
            "start": 1252759341,
            "stop": 1252760975
        },
        {
            "start": 1252761365,
            "stop": 1252766785
        },
        {
            "start": 1252767414,
            "stop": 1252802937
        },
        {
            "start": 1252804810,
            "stop": 1252808398
        },
        {
            "start": 1252809883,
            "stop": 1252846901
        },
        {
            "start": 1252849959,
            "stop": 1252850439
        },
        {
            "start": 1252868936,
            "stop": 1252869804
        },
        {
            "start": 1252869824,
            "stop": 1252883543
        },
        {
            "start": 1252888472,
            "stop": 1252897188
        },
        {
            "start": 1252898524,
            "stop": 1252919685
        }
    ]
}