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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=560",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=558",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 559,
    "results": [
        {
            "start": 872532491,
            "stop": 872534367
        },
        {
            "start": 872540333,
            "stop": 872541410
        },
        {
            "start": 872541415,
            "stop": 872541520
        },
        {
            "start": 872541525,
            "stop": 872544342
        },
        {
            "start": 872544348,
            "stop": 872544367
        },
        {
            "start": 872544373,
            "stop": 872544392
        },
        {
            "start": 872544400,
            "stop": 872544417
        },
        {
            "start": 872544428,
            "stop": 872545307
        },
        {
            "start": 872545453,
            "stop": 872563135
        },
        {
            "start": 872563140,
            "stop": 872563155
        },
        {
            "start": 872563160,
            "stop": 872564669
        },
        {
            "start": 872566452,
            "stop": 872566715
        },
        {
            "start": 872566720,
            "stop": 872566740
        },
        {
            "start": 872566745,
            "stop": 872566790
        },
        {
            "start": 872566795,
            "stop": 872568518
        },
        {
            "start": 872568519,
            "stop": 872568823
        },
        {
            "start": 872568825,
            "stop": 872569204
        },
        {
            "start": 872569206,
            "stop": 872569933
        },
        {
            "start": 872569934,
            "stop": 872587367
        },
        {
            "start": 872587370,
            "stop": 872600852
        }
    ]
}