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=238
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=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=237",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 238,
    "results": [
        {
            "start": 821037156,
            "stop": 821037373
        },
        {
            "start": 821037497,
            "stop": 821037553
        },
        {
            "start": 821052036,
            "stop": 821052592
        },
        {
            "start": 821052596,
            "stop": 821052913
        },
        {
            "start": 821053056,
            "stop": 821053077
        },
        {
            "start": 821055275,
            "stop": 821055733
        },
        {
            "start": 821056143,
            "stop": 821056234
        },
        {
            "start": 821062149,
            "stop": 821062753
        },
        {
            "start": 821063136,
            "stop": 821063170
        },
        {
            "start": 821063174,
            "stop": 821063197
        },
        {
            "start": 821064968,
            "stop": 821065920
        },
        {
            "start": 821065980,
            "stop": 821066100
        },
        {
            "start": 821066280,
            "stop": 821066640
        },
        {
            "start": 821066820,
            "stop": 821067016
        },
        {
            "start": 821067020,
            "stop": 821067240
        },
        {
            "start": 821067360,
            "stop": 821069560
        },
        {
            "start": 821069563,
            "stop": 821070983
        },
        {
            "start": 821071093,
            "stop": 821072355
        },
        {
            "start": 821072655,
            "stop": 821073261
        },
        {
            "start": 821073561,
            "stop": 821073738
        }
    ]
}