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_CBCHIGH_CAT3/segments?format=api&page=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=16",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 17,
    "results": [
        {
            "start": 815312520,
            "stop": 815312628
        },
        {
            "start": 815312631,
            "stop": 815312790
        },
        {
            "start": 815312910,
            "stop": 815313012
        },
        {
            "start": 815313016,
            "stop": 815313095
        },
        {
            "start": 815313112,
            "stop": 815313249
        },
        {
            "start": 815313998,
            "stop": 815314034
        },
        {
            "start": 815314038,
            "stop": 815314543
        },
        {
            "start": 815314562,
            "stop": 815314606
        },
        {
            "start": 815314609,
            "stop": 815314673
        },
        {
            "start": 815314676,
            "stop": 815314861
        },
        {
            "start": 815314882,
            "stop": 815314956
        },
        {
            "start": 815314973,
            "stop": 815315070
        },
        {
            "start": 815315130,
            "stop": 815315992
        },
        {
            "start": 815315995,
            "stop": 815316074
        },
        {
            "start": 815316077,
            "stop": 815317939
        },
        {
            "start": 815317942,
            "stop": 815318667
        },
        {
            "start": 815318671,
            "stop": 815318742
        },
        {
            "start": 815318745,
            "stop": 815320556
        },
        {
            "start": 815320573,
            "stop": 815320954
        },
        {
            "start": 815320957,
            "stop": 815321240
        }
    ]
}