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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=111",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 112,
    "results": [
        {
            "start": 817860238,
            "stop": 817860267
        },
        {
            "start": 817860274,
            "stop": 817860304
        },
        {
            "start": 817861292,
            "stop": 817861349
        },
        {
            "start": 817861354,
            "stop": 817861397
        },
        {
            "start": 817861408,
            "stop": 817861411
        },
        {
            "start": 817861414,
            "stop": 817861499
        },
        {
            "start": 817861502,
            "stop": 817861508
        },
        {
            "start": 817861518,
            "stop": 817861539
        },
        {
            "start": 817861544,
            "stop": 817861566
        },
        {
            "start": 817861575,
            "stop": 817861587
        },
        {
            "start": 817861591,
            "stop": 817861666
        },
        {
            "start": 817861672,
            "stop": 817861682
        },
        {
            "start": 817861685,
            "stop": 817861705
        },
        {
            "start": 817861708,
            "stop": 817861727
        },
        {
            "start": 817861733,
            "stop": 817861796
        },
        {
            "start": 817861806,
            "stop": 817861822
        },
        {
            "start": 817861825,
            "stop": 817861860
        },
        {
            "start": 817861863,
            "stop": 817861944
        },
        {
            "start": 817861948,
            "stop": 817862001
        },
        {
            "start": 817862006,
            "stop": 817862117
        }
    ]
}