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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=2",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 3,
    "results": [
        {
            "start": 1368992202,
            "stop": 1368992311
        },
        {
            "start": 1368993005,
            "stop": 1368993462
        },
        {
            "start": 1368993467,
            "stop": 1368993541
        },
        {
            "start": 1368993546,
            "stop": 1368994704
        },
        {
            "start": 1368994709,
            "stop": 1368994757
        },
        {
            "start": 1368994762,
            "stop": 1368994766
        },
        {
            "start": 1368994771,
            "stop": 1368994777
        },
        {
            "start": 1368994782,
            "stop": 1368994792
        },
        {
            "start": 1368994797,
            "stop": 1368994813
        },
        {
            "start": 1368994818,
            "stop": 1368994824
        },
        {
            "start": 1368994833,
            "stop": 1368994836
        },
        {
            "start": 1368994845,
            "stop": 1368994867
        },
        {
            "start": 1368994872,
            "stop": 1368994876
        },
        {
            "start": 1368994881,
            "stop": 1368994899
        },
        {
            "start": 1368994904,
            "stop": 1368994905
        },
        {
            "start": 1368994910,
            "stop": 1368994923
        },
        {
            "start": 1368994928,
            "stop": 1368994931
        },
        {
            "start": 1368994936,
            "stop": 1368995032
        },
        {
            "start": 1368995037,
            "stop": 1368995061
        },
        {
            "start": 1368995066,
            "stop": 1368995128
        }
    ]
}