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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=77",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 78,
    "results": [
        {
            "start": 839959662,
            "stop": 839960007
        },
        {
            "start": 839960046,
            "stop": 839960217
        },
        {
            "start": 839960258,
            "stop": 839960263
        },
        {
            "start": 839960276,
            "stop": 839960415
        },
        {
            "start": 839960486,
            "stop": 839963334
        },
        {
            "start": 839964616,
            "stop": 839971615
        },
        {
            "start": 839972277,
            "stop": 839977662
        },
        {
            "start": 839978764,
            "stop": 840039697
        },
        {
            "start": 840041157,
            "stop": 840047203
        },
        {
            "start": 840047255,
            "stop": 840047560
        },
        {
            "start": 840047584,
            "stop": 840047679
        },
        {
            "start": 840047724,
            "stop": 840047807
        },
        {
            "start": 840047931,
            "stop": 840047955
        },
        {
            "start": 840049036,
            "stop": 840049276
        },
        {
            "start": 840049816,
            "stop": 840078676
        },
        {
            "start": 840080385,
            "stop": 840081696
        },
        {
            "start": 840082942,
            "stop": 840176719
        },
        {
            "start": 840177622,
            "stop": 840194165
        },
        {
            "start": 840194901,
            "stop": 840196477
        },
        {
            "start": 840197206,
            "stop": 840197546
        }
    ]
}