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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14411",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14409",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14410,
    "results": [
        {
            "start": 971444001,
            "stop": 971444010
        },
        {
            "start": 971444012,
            "stop": 971444017
        },
        {
            "start": 971444019,
            "stop": 971444021
        },
        {
            "start": 971444026,
            "stop": 971444036
        },
        {
            "start": 971446579,
            "stop": 971446588
        },
        {
            "start": 971446591,
            "stop": 971446941
        },
        {
            "start": 971446944,
            "stop": 971447135
        },
        {
            "start": 971447138,
            "stop": 971447283
        },
        {
            "start": 971447286,
            "stop": 971447484
        },
        {
            "start": 971447487,
            "stop": 971447644
        },
        {
            "start": 971447647,
            "stop": 971447654
        },
        {
            "start": 971447657,
            "stop": 971447775
        },
        {
            "start": 971447776,
            "stop": 971447790
        },
        {
            "start": 971447791,
            "stop": 971447922
        },
        {
            "start": 971447925,
            "stop": 971448002
        },
        {
            "start": 971448003,
            "stop": 971448049
        },
        {
            "start": 971448050,
            "stop": 971448059
        },
        {
            "start": 971448060,
            "stop": 971448194
        },
        {
            "start": 971448196,
            "stop": 971448227
        },
        {
            "start": 971448229,
            "stop": 971448319
        }
    ]
}