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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=53",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 54,
    "results": [
        {
            "start": 823745763,
            "stop": 823755673
        },
        {
            "start": 823755723,
            "stop": 823755724
        },
        {
            "start": 823757913,
            "stop": 823765988
        },
        {
            "start": 823766797,
            "stop": 823773673
        },
        {
            "start": 823773679,
            "stop": 823773680
        },
        {
            "start": 823774083,
            "stop": 823774258
        },
        {
            "start": 823775445,
            "stop": 823776133
        },
        {
            "start": 823776152,
            "stop": 823776153
        },
        {
            "start": 823776291,
            "stop": 823778593
        },
        {
            "start": 823778595,
            "stop": 823778597
        },
        {
            "start": 823778713,
            "stop": 823778945
        },
        {
            "start": 823779024,
            "stop": 823779433
        },
        {
            "start": 823779434,
            "stop": 823779436
        },
        {
            "start": 823779505,
            "stop": 823779746
        },
        {
            "start": 823779927,
            "stop": 823794073
        },
        {
            "start": 823794086,
            "stop": 823794087
        },
        {
            "start": 823825311,
            "stop": 823869013
        },
        {
            "start": 823869060,
            "stop": 823869061
        },
        {
            "start": 823869231,
            "stop": 823870933
        },
        {
            "start": 823870966,
            "stop": 823870968
        }
    ]
}