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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=53",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 54,
    "results": [
        {
            "start": 817130524,
            "stop": 817131773
        },
        {
            "start": 817131776,
            "stop": 817131799
        },
        {
            "start": 817131803,
            "stop": 817132086
        },
        {
            "start": 817132090,
            "stop": 817139055
        },
        {
            "start": 817139059,
            "stop": 817141721
        },
        {
            "start": 817141725,
            "stop": 817142580
        },
        {
            "start": 817142640,
            "stop": 817142661
        },
        {
            "start": 817145310,
            "stop": 817145340
        },
        {
            "start": 817145400,
            "stop": 817145580
        },
        {
            "start": 817145640,
            "stop": 817146073
        },
        {
            "start": 817146077,
            "stop": 817146240
        },
        {
            "start": 817146317,
            "stop": 817146381
        },
        {
            "start": 817146384,
            "stop": 817146480
        },
        {
            "start": 817146540,
            "stop": 817146992
        },
        {
            "start": 817146995,
            "stop": 817147080
        },
        {
            "start": 817147140,
            "stop": 817147205
        },
        {
            "start": 817167187,
            "stop": 817167188
        },
        {
            "start": 817167773,
            "stop": 817168454
        },
        {
            "start": 817168457,
            "stop": 817169917
        },
        {
            "start": 817169927,
            "stop": 817171100
        }
    ]
}