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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=12",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 13,
    "results": [
        {
            "start": 815838512,
            "stop": 815838582
        },
        {
            "start": 815838585,
            "stop": 815838597
        },
        {
            "start": 815838600,
            "stop": 815838620
        },
        {
            "start": 815838623,
            "stop": 815838673
        },
        {
            "start": 815838676,
            "stop": 815838729
        },
        {
            "start": 815838733,
            "stop": 815839598
        },
        {
            "start": 815839602,
            "stop": 815839930
        },
        {
            "start": 815839933,
            "stop": 815840059
        },
        {
            "start": 815840062,
            "stop": 815840728
        },
        {
            "start": 815840731,
            "stop": 815840967
        },
        {
            "start": 815880370,
            "stop": 815880714
        },
        {
            "start": 815880718,
            "stop": 815880821
        },
        {
            "start": 815880825,
            "stop": 815881575
        },
        {
            "start": 815881579,
            "stop": 815881769
        },
        {
            "start": 815881772,
            "stop": 815882978
        },
        {
            "start": 815882981,
            "stop": 815883321
        },
        {
            "start": 815883324,
            "stop": 815883505
        },
        {
            "start": 815883508,
            "stop": 815883640
        },
        {
            "start": 815883643,
            "stop": 815884053
        },
        {
            "start": 815884056,
            "stop": 815885845
        }
    ]
}