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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=100",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 101,
    "results": [
        {
            "start": 931614411,
            "stop": 931614432
        },
        {
            "start": 931614434,
            "stop": 931614511
        },
        {
            "start": 931614623,
            "stop": 931614641
        },
        {
            "start": 931614677,
            "stop": 931614678
        },
        {
            "start": 931614701,
            "stop": 931614708
        },
        {
            "start": 931614794,
            "stop": 931614803
        },
        {
            "start": 931614874,
            "stop": 931614893
        },
        {
            "start": 931615191,
            "stop": 931615193
        },
        {
            "start": 931615211,
            "stop": 931615215
        },
        {
            "start": 931617437,
            "stop": 931617438
        },
        {
            "start": 931617452,
            "stop": 931617453
        },
        {
            "start": 931617463,
            "stop": 931617464
        },
        {
            "start": 931617506,
            "stop": 931617508
        },
        {
            "start": 931617509,
            "stop": 931617511
        },
        {
            "start": 931617521,
            "stop": 931617532
        },
        {
            "start": 931617535,
            "stop": 931617548
        },
        {
            "start": 931617552,
            "stop": 931617563
        },
        {
            "start": 931617567,
            "stop": 931617573
        },
        {
            "start": 931617583,
            "stop": 931617584
        },
        {
            "start": 931617589,
            "stop": 931617604
        }
    ]
}