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=6239
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=6240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6238",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6239,
    "results": [
        {
            "start": 874830827,
            "stop": 874831498
        },
        {
            "start": 874831499,
            "stop": 874831799
        },
        {
            "start": 874831800,
            "stop": 874832142
        },
        {
            "start": 874832143,
            "stop": 874832602
        },
        {
            "start": 874832604,
            "stop": 874832809
        },
        {
            "start": 874832810,
            "stop": 874832828
        },
        {
            "start": 874832829,
            "stop": 874832835
        },
        {
            "start": 874832836,
            "stop": 874832846
        },
        {
            "start": 874832847,
            "stop": 874832857
        },
        {
            "start": 874832858,
            "stop": 874832903
        },
        {
            "start": 874832904,
            "stop": 874832967
        },
        {
            "start": 874834273,
            "stop": 874834770
        },
        {
            "start": 874834771,
            "stop": 874834822
        },
        {
            "start": 874834828,
            "stop": 874834985
        },
        {
            "start": 874834987,
            "stop": 874835268
        },
        {
            "start": 874835271,
            "stop": 874835283
        },
        {
            "start": 874835286,
            "stop": 874835289
        },
        {
            "start": 874835292,
            "stop": 874835393
        },
        {
            "start": 874835399,
            "stop": 874835412
        },
        {
            "start": 874835415,
            "stop": 874836243
        }
    ]
}