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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=506",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=504",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 505,
    "results": [
        {
            "start": 865725091,
            "stop": 865736458
        },
        {
            "start": 865739908,
            "stop": 865739926
        },
        {
            "start": 865739928,
            "stop": 865747811
        },
        {
            "start": 865748565,
            "stop": 865757281
        },
        {
            "start": 865759666,
            "stop": 865770738
        },
        {
            "start": 865772686,
            "stop": 865777813
        },
        {
            "start": 865778045,
            "stop": 865778572
        },
        {
            "start": 865778575,
            "stop": 865780234
        },
        {
            "start": 865780921,
            "stop": 865783941
        },
        {
            "start": 865783944,
            "stop": 865783945
        },
        {
            "start": 865783947,
            "stop": 865785315
        },
        {
            "start": 865785317,
            "stop": 865786188
        },
        {
            "start": 865786568,
            "stop": 865787993
        },
        {
            "start": 865787995,
            "stop": 865792019
        },
        {
            "start": 865792297,
            "stop": 865793426
        },
        {
            "start": 865793648,
            "stop": 865798406
        },
        {
            "start": 865811984,
            "stop": 865812330
        },
        {
            "start": 865812332,
            "stop": 865813001
        },
        {
            "start": 865813002,
            "stop": 865817659
        },
        {
            "start": 865817959,
            "stop": 865824650
        }
    ]
}