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=46677
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=46678",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46676",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46677,
    "results": [
        {
            "start": 875042870,
            "stop": 875042960
        },
        {
            "start": 875042961,
            "stop": 875043023
        },
        {
            "start": 875043024,
            "stop": 875043048
        },
        {
            "start": 875043049,
            "stop": 875043143
        },
        {
            "start": 875043144,
            "stop": 875043198
        },
        {
            "start": 875043199,
            "stop": 875043288
        },
        {
            "start": 875043289,
            "stop": 875043323
        },
        {
            "start": 875043325,
            "stop": 875043390
        },
        {
            "start": 875043393,
            "stop": 875043399
        },
        {
            "start": 875043400,
            "stop": 875043470
        },
        {
            "start": 875043471,
            "stop": 875043481
        },
        {
            "start": 875043482,
            "stop": 875043516
        },
        {
            "start": 875043517,
            "stop": 875043538
        },
        {
            "start": 875043540,
            "stop": 875043545
        },
        {
            "start": 875043546,
            "stop": 875043551
        },
        {
            "start": 875043553,
            "stop": 875043570
        },
        {
            "start": 875043571,
            "stop": 875043576
        },
        {
            "start": 875043577,
            "stop": 875043622
        },
        {
            "start": 875043623,
            "stop": 875043692
        },
        {
            "start": 875043694,
            "stop": 875043706
        }
    ]
}