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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=103",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 104,
    "results": [
        {
            "start": 817278308,
            "stop": 817278379
        },
        {
            "start": 817278382,
            "stop": 817279034
        },
        {
            "start": 817279038,
            "stop": 817279145
        },
        {
            "start": 817279149,
            "stop": 817279203
        },
        {
            "start": 817279207,
            "stop": 817279340
        },
        {
            "start": 817279343,
            "stop": 817279364
        },
        {
            "start": 817279367,
            "stop": 817279784
        },
        {
            "start": 817279787,
            "stop": 817279972
        },
        {
            "start": 817279975,
            "stop": 817280012
        },
        {
            "start": 817280015,
            "stop": 817280106
        },
        {
            "start": 817280109,
            "stop": 817280207
        },
        {
            "start": 817280210,
            "stop": 817280460
        },
        {
            "start": 817280463,
            "stop": 817280573
        },
        {
            "start": 817280576,
            "stop": 817280814
        },
        {
            "start": 817280817,
            "stop": 817281063
        },
        {
            "start": 817281065,
            "stop": 817281411
        },
        {
            "start": 817281414,
            "stop": 817281458
        },
        {
            "start": 817281461,
            "stop": 817281674
        },
        {
            "start": 817281677,
            "stop": 817282537
        },
        {
            "start": 817282540,
            "stop": 817282961
        }
    ]
}