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=6
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=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=5",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 6,
    "results": [
        {
            "start": 815496408,
            "stop": 815496423
        },
        {
            "start": 815496426,
            "stop": 815496491
        },
        {
            "start": 815496497,
            "stop": 815496563
        },
        {
            "start": 815496567,
            "stop": 815496617
        },
        {
            "start": 815496620,
            "stop": 815496634
        },
        {
            "start": 815496637,
            "stop": 815496642
        },
        {
            "start": 815496645,
            "stop": 815496646
        },
        {
            "start": 815496649,
            "stop": 815496650
        },
        {
            "start": 815496653,
            "stop": 815496687
        },
        {
            "start": 815496690,
            "stop": 815496692
        },
        {
            "start": 815496695,
            "stop": 815496746
        },
        {
            "start": 815496750,
            "stop": 815496818
        },
        {
            "start": 815496822,
            "stop": 815496893
        },
        {
            "start": 815496897,
            "stop": 815496940
        },
        {
            "start": 815496943,
            "stop": 815496957
        },
        {
            "start": 815496960,
            "stop": 815496980
        },
        {
            "start": 815496983,
            "stop": 815497003
        },
        {
            "start": 815497006,
            "stop": 815497155
        },
        {
            "start": 815497159,
            "stop": 815497195
        },
        {
            "start": 815497198,
            "stop": 815497287
        }
    ]
}