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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9878",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9876",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9877,
    "results": [
        {
            "start": 870827205,
            "stop": 870827221
        },
        {
            "start": 870827229,
            "stop": 870828782
        },
        {
            "start": 870828790,
            "stop": 870831512
        },
        {
            "start": 870831520,
            "stop": 870832429
        },
        {
            "start": 870832446,
            "stop": 870832763
        },
        {
            "start": 870832770,
            "stop": 870834498
        },
        {
            "start": 870834505,
            "stop": 870835114
        },
        {
            "start": 870835121,
            "stop": 870835355
        },
        {
            "start": 870835362,
            "stop": 870837177
        },
        {
            "start": 870837213,
            "stop": 870838386
        },
        {
            "start": 870838393,
            "stop": 870839773
        },
        {
            "start": 870839784,
            "stop": 870840332
        },
        {
            "start": 870840340,
            "stop": 870841065
        },
        {
            "start": 870841073,
            "stop": 870841389
        },
        {
            "start": 870841397,
            "stop": 870842091
        },
        {
            "start": 870842108,
            "stop": 870842458
        },
        {
            "start": 870842466,
            "stop": 870844568
        },
        {
            "start": 870844576,
            "stop": 870845045
        },
        {
            "start": 870845053,
            "stop": 870845654
        },
        {
            "start": 870845665,
            "stop": 870845834
        }
    ]
}