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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=218",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 219,
    "results": [
        {
            "start": 820205166,
            "stop": 820205178
        },
        {
            "start": 820205181,
            "stop": 820205324
        },
        {
            "start": 820205328,
            "stop": 820205330
        },
        {
            "start": 820205334,
            "stop": 820205441
        },
        {
            "start": 820205445,
            "stop": 820205447
        },
        {
            "start": 820205451,
            "stop": 820205486
        },
        {
            "start": 820205490,
            "stop": 820205508
        },
        {
            "start": 820205512,
            "stop": 820205584
        },
        {
            "start": 820205588,
            "stop": 820205591
        },
        {
            "start": 820205594,
            "stop": 820205648
        },
        {
            "start": 820205651,
            "stop": 820205717
        },
        {
            "start": 820205720,
            "stop": 820205732
        },
        {
            "start": 820205735,
            "stop": 820205806
        },
        {
            "start": 820205809,
            "stop": 820205812
        },
        {
            "start": 820205816,
            "stop": 820205890
        },
        {
            "start": 820205894,
            "stop": 820205922
        },
        {
            "start": 820205926,
            "stop": 820205929
        },
        {
            "start": 820205933,
            "stop": 820206045
        },
        {
            "start": 820206048,
            "stop": 820206135
        },
        {
            "start": 820206139,
            "stop": 820206141
        }
    ]
}