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=40801
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=40802",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40800",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40801,
    "results": [
        {
            "start": 875011378,
            "stop": 875011420
        },
        {
            "start": 875011421,
            "stop": 875011452
        },
        {
            "start": 875011453,
            "stop": 875011505
        },
        {
            "start": 875011506,
            "stop": 875011535
        },
        {
            "start": 875011537,
            "stop": 875011547
        },
        {
            "start": 875011548,
            "stop": 875011594
        },
        {
            "start": 875011595,
            "stop": 875011617
        },
        {
            "start": 875011618,
            "stop": 875011663
        },
        {
            "start": 875011665,
            "stop": 875011750
        },
        {
            "start": 875011751,
            "stop": 875011760
        },
        {
            "start": 875011761,
            "stop": 875011766
        },
        {
            "start": 875011767,
            "stop": 875011824
        },
        {
            "start": 875011825,
            "stop": 875011851
        },
        {
            "start": 875011852,
            "stop": 875011952
        },
        {
            "start": 875011953,
            "stop": 875011959
        },
        {
            "start": 875011961,
            "stop": 875012187
        },
        {
            "start": 875012188,
            "stop": 875012208
        },
        {
            "start": 875012209,
            "stop": 875012235
        },
        {
            "start": 875012237,
            "stop": 875012257
        },
        {
            "start": 875012258,
            "stop": 875012303
        }
    ]
}