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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=178",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 179,
    "results": [
        {
            "start": 869053115,
            "stop": 869060233
        },
        {
            "start": 869061943,
            "stop": 869068020
        },
        {
            "start": 869069964,
            "stop": 869234015
        },
        {
            "start": 869235596,
            "stop": 869323312
        },
        {
            "start": 869323472,
            "stop": 869324428
        },
        {
            "start": 869348551,
            "stop": 869369141
        },
        {
            "start": 869370026,
            "stop": 869373163
        },
        {
            "start": 869380036,
            "stop": 869413824
        },
        {
            "start": 869439646,
            "stop": 869442639
        },
        {
            "start": 869443557,
            "stop": 869466220
        },
        {
            "start": 869468554,
            "stop": 869473214
        },
        {
            "start": 869473480,
            "stop": 869505249
        },
        {
            "start": 869505569,
            "stop": 869513668
        },
        {
            "start": 869513862,
            "stop": 869524297
        },
        {
            "start": 869526206,
            "stop": 869535603
        },
        {
            "start": 869537422,
            "stop": 869544038
        },
        {
            "start": 869544113,
            "stop": 869603778
        },
        {
            "start": 869604524,
            "stop": 869604906
        },
        {
            "start": 869605064,
            "stop": 869613884
        },
        {
            "start": 869615351,
            "stop": 869616312
        }
    ]
}