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=40976
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=40977",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40975",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40976,
    "results": [
        {
            "start": 875135467,
            "stop": 875135496
        },
        {
            "start": 875135497,
            "stop": 875135502
        },
        {
            "start": 875135504,
            "stop": 875135533
        },
        {
            "start": 875135535,
            "stop": 875135550
        },
        {
            "start": 875135553,
            "stop": 875135555
        },
        {
            "start": 875135557,
            "stop": 875135564
        },
        {
            "start": 875135565,
            "stop": 875135584
        },
        {
            "start": 875135585,
            "stop": 875135641
        },
        {
            "start": 875135643,
            "stop": 875135658
        },
        {
            "start": 875135659,
            "stop": 875135660
        },
        {
            "start": 875135661,
            "stop": 875135700
        },
        {
            "start": 875135760,
            "stop": 875135788
        },
        {
            "start": 875135789,
            "stop": 875135803
        },
        {
            "start": 875135804,
            "stop": 875135872
        },
        {
            "start": 875135873,
            "stop": 875135888
        },
        {
            "start": 875135889,
            "stop": 875135896
        },
        {
            "start": 875135897,
            "stop": 875135899
        },
        {
            "start": 875135900,
            "stop": 875135917
        },
        {
            "start": 875135919,
            "stop": 875136121
        },
        {
            "start": 875136122,
            "stop": 875136148
        }
    ]
}