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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6017",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6015",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6016,
    "results": [
        {
            "start": 873547355,
            "stop": 873547359
        },
        {
            "start": 873547360,
            "stop": 873547369
        },
        {
            "start": 873550284,
            "stop": 873550391
        },
        {
            "start": 873550392,
            "stop": 873550590
        },
        {
            "start": 873550592,
            "stop": 873550609
        },
        {
            "start": 873550610,
            "stop": 873551600
        },
        {
            "start": 873552631,
            "stop": 873553185
        },
        {
            "start": 873553186,
            "stop": 873553418
        },
        {
            "start": 873553419,
            "stop": 873553808
        },
        {
            "start": 873553809,
            "stop": 873553964
        },
        {
            "start": 873553965,
            "stop": 873553970
        },
        {
            "start": 873553971,
            "stop": 873553977
        },
        {
            "start": 873553978,
            "stop": 873554053
        },
        {
            "start": 873554054,
            "stop": 873554269
        },
        {
            "start": 873554270,
            "stop": 873554277
        },
        {
            "start": 873554278,
            "stop": 873554290
        },
        {
            "start": 873554291,
            "stop": 873554293
        },
        {
            "start": 873554295,
            "stop": 873554297
        },
        {
            "start": 873554298,
            "stop": 873554301
        },
        {
            "start": 873554302,
            "stop": 873554327
        }
    ]
}