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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=236",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 237,
    "results": [
        {
            "start": 843843394,
            "stop": 843847486
        },
        {
            "start": 843847487,
            "stop": 843848833
        },
        {
            "start": 843848840,
            "stop": 843848842
        },
        {
            "start": 843849275,
            "stop": 843851681
        },
        {
            "start": 843851684,
            "stop": 843853821
        },
        {
            "start": 843853822,
            "stop": 843855614
        },
        {
            "start": 843855724,
            "stop": 843856130
        },
        {
            "start": 843856430,
            "stop": 843857022
        },
        {
            "start": 843857322,
            "stop": 843857377
        },
        {
            "start": 843857487,
            "stop": 843858208
        },
        {
            "start": 843862112,
            "stop": 843886785
        },
        {
            "start": 843889288,
            "stop": 843889464
        },
        {
            "start": 843889615,
            "stop": 843891337
        },
        {
            "start": 843894114,
            "stop": 843902002
        },
        {
            "start": 843902302,
            "stop": 843906171
        },
        {
            "start": 843906817,
            "stop": 843907212
        },
        {
            "start": 843907633,
            "stop": 843912109
        },
        {
            "start": 843912409,
            "stop": 843921451
        },
        {
            "start": 843921791,
            "stop": 843922223
        },
        {
            "start": 843922333,
            "stop": 843922376
        }
    ]
}