Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=93",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 94,
    "results": [
        {
            "start": 817250405,
            "stop": 817250586
        },
        {
            "start": 817250593,
            "stop": 817251233
        },
        {
            "start": 817251240,
            "stop": 817251306
        },
        {
            "start": 817251313,
            "stop": 817252446
        },
        {
            "start": 817252756,
            "stop": 817253485
        },
        {
            "start": 817253492,
            "stop": 817253631
        },
        {
            "start": 817253639,
            "stop": 817254009
        },
        {
            "start": 817254232,
            "stop": 817254448
        },
        {
            "start": 817254734,
            "stop": 817261654
        },
        {
            "start": 817261661,
            "stop": 817262084
        },
        {
            "start": 817262091,
            "stop": 817262804
        },
        {
            "start": 817262811,
            "stop": 817263903
        },
        {
            "start": 817263910,
            "stop": 817265666
        },
        {
            "start": 817265673,
            "stop": 817265771
        },
        {
            "start": 817265778,
            "stop": 817265935
        },
        {
            "start": 817265936,
            "stop": 817266827
        },
        {
            "start": 817266834,
            "stop": 817267750
        },
        {
            "start": 817267757,
            "stop": 817268124
        },
        {
            "start": 817268131,
            "stop": 817268837
        },
        {
            "start": 817268845,
            "stop": 817269066
        }
    ]
}