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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=248",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 249,
    "results": [
        {
            "start": 820335424,
            "stop": 820335456
        },
        {
            "start": 820336160,
            "stop": 820336192
        },
        {
            "start": 820337472,
            "stop": 820337504
        },
        {
            "start": 820338208,
            "stop": 820338240
        },
        {
            "start": 820339488,
            "stop": 820339520
        },
        {
            "start": 820340160,
            "stop": 820340192
        },
        {
            "start": 820384288,
            "stop": 820384828
        },
        {
            "start": 820384832,
            "stop": 820384893
        },
        {
            "start": 820384910,
            "stop": 820384959
        },
        {
            "start": 820384962,
            "stop": 820385143
        },
        {
            "start": 820385146,
            "stop": 820385299
        },
        {
            "start": 820385303,
            "stop": 820385350
        },
        {
            "start": 820385367,
            "stop": 820385700
        },
        {
            "start": 820385717,
            "stop": 820385925
        },
        {
            "start": 820385942,
            "stop": 820385991
        },
        {
            "start": 820385994,
            "stop": 820386274
        },
        {
            "start": 820386277,
            "stop": 820386300
        },
        {
            "start": 820386420,
            "stop": 820386746
        },
        {
            "start": 820386763,
            "stop": 820386859
        },
        {
            "start": 820386862,
            "stop": 820387028
        }
    ]
}