Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=190
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=189",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 190,
    "results": [
        {
            "start": 839885934,
            "stop": 839893198
        },
        {
            "start": 839893816,
            "stop": 839908115
        },
        {
            "start": 839909905,
            "stop": 839912371
        },
        {
            "start": 839913597,
            "stop": 839953832
        },
        {
            "start": 839956701,
            "stop": 839956876
        },
        {
            "start": 839956955,
            "stop": 839959371
        },
        {
            "start": 839959544,
            "stop": 839959593
        },
        {
            "start": 839959662,
            "stop": 839960007
        },
        {
            "start": 839960046,
            "stop": 839960217
        },
        {
            "start": 839960258,
            "stop": 839960263
        },
        {
            "start": 839960276,
            "stop": 839960415
        },
        {
            "start": 839960486,
            "stop": 839963334
        },
        {
            "start": 839964616,
            "stop": 839971573
        },
        {
            "start": 839972277,
            "stop": 839977632
        },
        {
            "start": 839978764,
            "stop": 840039667
        },
        {
            "start": 840041157,
            "stop": 840047203
        },
        {
            "start": 840047255,
            "stop": 840047560
        },
        {
            "start": 840047584,
            "stop": 840047679
        },
        {
            "start": 840047724,
            "stop": 840047807
        },
        {
            "start": 840047931,
            "stop": 840047954
        }
    ]
}