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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=139",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 140,
    "results": [
        {
            "start": 827957270,
            "stop": 827957530
        },
        {
            "start": 827957747,
            "stop": 827958132
        },
        {
            "start": 827958383,
            "stop": 827959832
        },
        {
            "start": 827959833,
            "stop": 827961396
        },
        {
            "start": 827962000,
            "stop": 827963640
        },
        {
            "start": 827963871,
            "stop": 827965231
        },
        {
            "start": 827966049,
            "stop": 827966104
        },
        {
            "start": 827966616,
            "stop": 827967746
        },
        {
            "start": 827967748,
            "stop": 827973052
        },
        {
            "start": 827973230,
            "stop": 827973687
        },
        {
            "start": 827975752,
            "stop": 827977395
        },
        {
            "start": 827978302,
            "stop": 827986378
        },
        {
            "start": 827986519,
            "stop": 827986615
        },
        {
            "start": 827987045,
            "stop": 827989062
        },
        {
            "start": 827993869,
            "stop": 827997161
        },
        {
            "start": 827998786,
            "stop": 827998948
        },
        {
            "start": 827999208,
            "stop": 828000131
        },
        {
            "start": 828001316,
            "stop": 828002247
        },
        {
            "start": 828002359,
            "stop": 828017349
        },
        {
            "start": 828018307,
            "stop": 828020655
        }
    ]
}