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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16619",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16617",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16618,
    "results": [
        {
            "start": 874759904,
            "stop": 874759960
        },
        {
            "start": 874759961,
            "stop": 874759962
        },
        {
            "start": 874759964,
            "stop": 874760012
        },
        {
            "start": 874760013,
            "stop": 874760072
        },
        {
            "start": 874760074,
            "stop": 874760179
        },
        {
            "start": 874760181,
            "stop": 874760183
        },
        {
            "start": 874760184,
            "stop": 874760185
        },
        {
            "start": 874760187,
            "stop": 874760191
        },
        {
            "start": 874760192,
            "stop": 874760209
        },
        {
            "start": 874760210,
            "stop": 874760232
        },
        {
            "start": 874760233,
            "stop": 874760307
        },
        {
            "start": 874760308,
            "stop": 874760328
        },
        {
            "start": 874760331,
            "stop": 874760355
        },
        {
            "start": 874760356,
            "stop": 874760380
        },
        {
            "start": 874760382,
            "stop": 874760444
        },
        {
            "start": 874760445,
            "stop": 874760519
        },
        {
            "start": 874760520,
            "stop": 874760539
        },
        {
            "start": 874760540,
            "stop": 874760544
        },
        {
            "start": 874760545,
            "stop": 874760561
        },
        {
            "start": 874760562,
            "stop": 874760570
        }
    ]
}