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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=134",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 135,
    "results": [
        {
            "start": 821521782,
            "stop": 821521784
        },
        {
            "start": 821521787,
            "stop": 821521788
        },
        {
            "start": 821521791,
            "stop": 821521793
        },
        {
            "start": 821521796,
            "stop": 821521797
        },
        {
            "start": 821521802,
            "stop": 821521803
        },
        {
            "start": 821521806,
            "stop": 821521837
        },
        {
            "start": 821521840,
            "stop": 821521859
        },
        {
            "start": 821521862,
            "stop": 821521876
        },
        {
            "start": 821521879,
            "stop": 821521915
        },
        {
            "start": 821521918,
            "stop": 821521953
        },
        {
            "start": 821521956,
            "stop": 821521974
        },
        {
            "start": 821521977,
            "stop": 821521978
        },
        {
            "start": 821521981,
            "stop": 821521992
        },
        {
            "start": 821521995,
            "stop": 821522029
        },
        {
            "start": 821522032,
            "stop": 821522040
        },
        {
            "start": 821522043,
            "stop": 821522060
        },
        {
            "start": 821522063,
            "stop": 821522077
        },
        {
            "start": 821522080,
            "stop": 821522101
        },
        {
            "start": 821522104,
            "stop": 821522108
        },
        {
            "start": 821522111,
            "stop": 821522119
        }
    ]
}