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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40806",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40804",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40805,
    "results": [
        {
            "start": 875017503,
            "stop": 875017536
        },
        {
            "start": 875017537,
            "stop": 875017575
        },
        {
            "start": 875017577,
            "stop": 875017618
        },
        {
            "start": 875017619,
            "stop": 875017680
        },
        {
            "start": 875017740,
            "stop": 875017810
        },
        {
            "start": 875017811,
            "stop": 875017864
        },
        {
            "start": 875017865,
            "stop": 875017890
        },
        {
            "start": 875017891,
            "stop": 875017959
        },
        {
            "start": 875017960,
            "stop": 875017980
        },
        {
            "start": 875017981,
            "stop": 875018036
        },
        {
            "start": 875018039,
            "stop": 875018044
        },
        {
            "start": 875018045,
            "stop": 875018065
        },
        {
            "start": 875018066,
            "stop": 875018086
        },
        {
            "start": 875018088,
            "stop": 875018119
        },
        {
            "start": 875018120,
            "stop": 875018133
        },
        {
            "start": 875018135,
            "stop": 875018188
        },
        {
            "start": 875018190,
            "stop": 875018193
        },
        {
            "start": 875018194,
            "stop": 875018236
        },
        {
            "start": 875018237,
            "stop": 875018255
        },
        {
            "start": 875018257,
            "stop": 875018321
        }
    ]
}