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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=154",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 155,
    "results": [
        {
            "start": 820205112,
            "stop": 820205114
        },
        {
            "start": 820205117,
            "stop": 820205121
        },
        {
            "start": 820205125,
            "stop": 820205162
        },
        {
            "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
        }
    ]
}