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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=60",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 61,
    "results": [
        {
            "start": 824774232,
            "stop": 824778553
        },
        {
            "start": 824779501,
            "stop": 824790853
        },
        {
            "start": 824793758,
            "stop": 824803185
        },
        {
            "start": 824803680,
            "stop": 824804173
        },
        {
            "start": 824806546,
            "stop": 824821933
        },
        {
            "start": 824823698,
            "stop": 824823793
        },
        {
            "start": 824823832,
            "stop": 824823833
        },
        {
            "start": 824828992,
            "stop": 824831212
        },
        {
            "start": 824832734,
            "stop": 824834413
        },
        {
            "start": 824834465,
            "stop": 824834466
        },
        {
            "start": 824836953,
            "stop": 824851753
        },
        {
            "start": 824857009,
            "stop": 824863630
        },
        {
            "start": 824863724,
            "stop": 824865969
        },
        {
            "start": 824869525,
            "stop": 824890273
        },
        {
            "start": 824890285,
            "stop": 824890286
        },
        {
            "start": 824890825,
            "stop": 824902085
        },
        {
            "start": 824903078,
            "stop": 824906473
        },
        {
            "start": 824910584,
            "stop": 824924113
        },
        {
            "start": 824925567,
            "stop": 824929453
        },
        {
            "start": 824929474,
            "stop": 824929476
        }
    ]
}