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=6236
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=6237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6235",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6236,
    "results": [
        {
            "start": 874813442,
            "stop": 874813444
        },
        {
            "start": 874813447,
            "stop": 874813589
        },
        {
            "start": 874813592,
            "stop": 874813593
        },
        {
            "start": 874813599,
            "stop": 874814059
        },
        {
            "start": 874814060,
            "stop": 874814286
        },
        {
            "start": 874814287,
            "stop": 874814518
        },
        {
            "start": 874814520,
            "stop": 874815174
        },
        {
            "start": 874815175,
            "stop": 874815402
        },
        {
            "start": 874815403,
            "stop": 874816208
        },
        {
            "start": 874816211,
            "stop": 874816215
        },
        {
            "start": 874816218,
            "stop": 874816501
        },
        {
            "start": 874816504,
            "stop": 874817948
        },
        {
            "start": 874817949,
            "stop": 874817963
        },
        {
            "start": 874817965,
            "stop": 874818000
        },
        {
            "start": 874818001,
            "stop": 874818111
        },
        {
            "start": 874818113,
            "stop": 874818117
        },
        {
            "start": 874818118,
            "stop": 874818170
        },
        {
            "start": 874818171,
            "stop": 874818540
        },
        {
            "start": 874818660,
            "stop": 874818739
        },
        {
            "start": 874818740,
            "stop": 874819133
        }
    ]
}