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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46774",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46772",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46773,
    "results": [
        {
            "start": 875096394,
            "stop": 875096398
        },
        {
            "start": 875096399,
            "stop": 875096400
        },
        {
            "start": 875096401,
            "stop": 875096435
        },
        {
            "start": 875096436,
            "stop": 875096473
        },
        {
            "start": 875096474,
            "stop": 875096483
        },
        {
            "start": 875096484,
            "stop": 875096545
        },
        {
            "start": 875096546,
            "stop": 875096585
        },
        {
            "start": 875096586,
            "stop": 875096640
        },
        {
            "start": 875096641,
            "stop": 875096651
        },
        {
            "start": 875096654,
            "stop": 875096686
        },
        {
            "start": 875096687,
            "stop": 875096695
        },
        {
            "start": 875096696,
            "stop": 875096703
        },
        {
            "start": 875096704,
            "stop": 875096715
        },
        {
            "start": 875096716,
            "stop": 875096728
        },
        {
            "start": 875096730,
            "stop": 875096745
        },
        {
            "start": 875096746,
            "stop": 875096793
        },
        {
            "start": 875096794,
            "stop": 875096823
        },
        {
            "start": 875096824,
            "stop": 875096856
        },
        {
            "start": 875096857,
            "stop": 875096885
        },
        {
            "start": 875096886,
            "stop": 875096925
        }
    ]
}