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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=197",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 198,
    "results": [
        {
            "start": 839129233,
            "stop": 839184613
        },
        {
            "start": 839186876,
            "stop": 839193177
        },
        {
            "start": 839195441,
            "stop": 839201747
        },
        {
            "start": 839203186,
            "stop": 839229059
        },
        {
            "start": 839231980,
            "stop": 839247673
        },
        {
            "start": 839249528,
            "stop": 839254565
        },
        {
            "start": 839255514,
            "stop": 839255833
        },
        {
            "start": 839255873,
            "stop": 839255874
        },
        {
            "start": 839256249,
            "stop": 839256356
        },
        {
            "start": 839257559,
            "stop": 839264683
        },
        {
            "start": 839265168,
            "stop": 839267087
        },
        {
            "start": 839268240,
            "stop": 839284933
        },
        {
            "start": 839286073,
            "stop": 839293607
        },
        {
            "start": 839293615,
            "stop": 839296777
        },
        {
            "start": 839296781,
            "stop": 839296813
        },
        {
            "start": 839296822,
            "stop": 839296823
        },
        {
            "start": 839299144,
            "stop": 839299209
        },
        {
            "start": 839299217,
            "stop": 839299237
        },
        {
            "start": 839299241,
            "stop": 839299261
        },
        {
            "start": 839299266,
            "stop": 839299537
        }
    ]
}