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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=115",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 116,
    "results": [
        {
            "start": 818097376,
            "stop": 818102886
        },
        {
            "start": 818102893,
            "stop": 818111301
        },
        {
            "start": 818111302,
            "stop": 818111474
        },
        {
            "start": 818111481,
            "stop": 818112830
        },
        {
            "start": 818120231,
            "stop": 818120277
        },
        {
            "start": 818120318,
            "stop": 818121071
        },
        {
            "start": 818121075,
            "stop": 818145083
        },
        {
            "start": 818145202,
            "stop": 818159113
        },
        {
            "start": 818159119,
            "stop": 818160973
        },
        {
            "start": 818164301,
            "stop": 818165202
        },
        {
            "start": 818165206,
            "stop": 818172829
        },
        {
            "start": 818172833,
            "stop": 818172844
        },
        {
            "start": 818174513,
            "stop": 818180094
        },
        {
            "start": 818180720,
            "stop": 818182087
        },
        {
            "start": 818185745,
            "stop": 818187815
        },
        {
            "start": 818188106,
            "stop": 818198923
        },
        {
            "start": 818199104,
            "stop": 818233753
        },
        {
            "start": 818233754,
            "stop": 818238914
        },
        {
            "start": 818239552,
            "stop": 818239729
        },
        {
            "start": 818239943,
            "stop": 818253102
        }
    ]
}