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=40752
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=40753",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40751",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40752,
    "results": [
        {
            "start": 874973544,
            "stop": 874973585
        },
        {
            "start": 874973586,
            "stop": 874973649
        },
        {
            "start": 874973650,
            "stop": 874973664
        },
        {
            "start": 874973665,
            "stop": 874973671
        },
        {
            "start": 874973672,
            "stop": 874973701
        },
        {
            "start": 874973702,
            "stop": 874973743
        },
        {
            "start": 874973745,
            "stop": 874973756
        },
        {
            "start": 874973757,
            "stop": 874973769
        },
        {
            "start": 874973770,
            "stop": 874973799
        },
        {
            "start": 874973800,
            "stop": 874973804
        },
        {
            "start": 874973805,
            "stop": 874973819
        },
        {
            "start": 874973821,
            "stop": 874973841
        },
        {
            "start": 874973842,
            "stop": 874973884
        },
        {
            "start": 874973885,
            "stop": 874973920
        },
        {
            "start": 874973921,
            "stop": 874973969
        },
        {
            "start": 874973970,
            "stop": 874974012
        },
        {
            "start": 874974013,
            "stop": 874974033
        },
        {
            "start": 874974034,
            "stop": 874974054
        },
        {
            "start": 874974055,
            "stop": 874974075
        },
        {
            "start": 874974077,
            "stop": 874974097
        }
    ]
}