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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=59",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 60,
    "results": [
        {
            "start": 816205559,
            "stop": 816205603
        },
        {
            "start": 816205745,
            "stop": 816205850
        },
        {
            "start": 816205857,
            "stop": 816205966
        },
        {
            "start": 816205973,
            "stop": 816206077
        },
        {
            "start": 816206085,
            "stop": 816206342
        },
        {
            "start": 816206349,
            "stop": 816206744
        },
        {
            "start": 816206751,
            "stop": 816206789
        },
        {
            "start": 816206797,
            "stop": 816206818
        },
        {
            "start": 816206831,
            "stop": 816206842
        },
        {
            "start": 816206854,
            "stop": 816206897
        },
        {
            "start": 816206904,
            "stop": 816206919
        },
        {
            "start": 816206926,
            "stop": 816207022
        },
        {
            "start": 816207029,
            "stop": 816207286
        },
        {
            "start": 816207294,
            "stop": 816207305
        },
        {
            "start": 816207312,
            "stop": 816207851
        },
        {
            "start": 816207858,
            "stop": 816208258
        },
        {
            "start": 816208266,
            "stop": 816208486
        },
        {
            "start": 816208705,
            "stop": 816208873
        },
        {
            "start": 816208880,
            "stop": 816208958
        },
        {
            "start": 816208966,
            "stop": 816209046
        }
    ]
}