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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=39",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 40,
    "results": [
        {
            "start": 817199174,
            "stop": 817200553
        },
        {
            "start": 817200556,
            "stop": 817200709
        },
        {
            "start": 817200713,
            "stop": 817200803
        },
        {
            "start": 817200806,
            "stop": 817201820
        },
        {
            "start": 817201824,
            "stop": 817202283
        },
        {
            "start": 817202286,
            "stop": 817202365
        },
        {
            "start": 817202368,
            "stop": 817202550
        },
        {
            "start": 817202554,
            "stop": 817203349
        },
        {
            "start": 817203353,
            "stop": 817203395
        },
        {
            "start": 817203398,
            "stop": 817209959
        },
        {
            "start": 817209962,
            "stop": 817210068
        },
        {
            "start": 817210071,
            "stop": 817210074
        },
        {
            "start": 817210078,
            "stop": 817210876
        },
        {
            "start": 817210880,
            "stop": 817211755
        },
        {
            "start": 817211758,
            "stop": 817214128
        },
        {
            "start": 817214131,
            "stop": 817215015
        },
        {
            "start": 817215018,
            "stop": 817218352
        },
        {
            "start": 817219167,
            "stop": 817219521
        },
        {
            "start": 817219524,
            "stop": 817221221
        },
        {
            "start": 817221224,
            "stop": 817221803
        }
    ]
}