Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6912
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6913",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6911",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6912,
    "results": [
        {
            "start": 873544930,
            "stop": 873546400
        },
        {
            "start": 873546403,
            "stop": 873546490
        },
        {
            "start": 873546493,
            "stop": 873547043
        },
        {
            "start": 873547044,
            "stop": 873547104
        },
        {
            "start": 873547107,
            "stop": 873547128
        },
        {
            "start": 873547136,
            "stop": 873547140
        },
        {
            "start": 873547143,
            "stop": 873547159
        },
        {
            "start": 873547163,
            "stop": 873547165
        },
        {
            "start": 873547169,
            "stop": 873547211
        },
        {
            "start": 873547214,
            "stop": 873547222
        },
        {
            "start": 873547227,
            "stop": 873547279
        },
        {
            "start": 873550284,
            "stop": 873551072
        },
        {
            "start": 873551081,
            "stop": 873551172
        },
        {
            "start": 873551176,
            "stop": 873551510
        },
        {
            "start": 873552631,
            "stop": 873552680
        },
        {
            "start": 873552693,
            "stop": 873552797
        },
        {
            "start": 873552800,
            "stop": 873552893
        },
        {
            "start": 873552896,
            "stop": 873553097
        },
        {
            "start": 873553101,
            "stop": 873553116
        },
        {
            "start": 873553120,
            "stop": 873553247
        }
    ]
}