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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=330",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 331,
    "results": [
        {
            "start": 821295610,
            "stop": 821295635
        },
        {
            "start": 821295654,
            "stop": 821296112
        },
        {
            "start": 821296131,
            "stop": 821296247
        },
        {
            "start": 821296266,
            "stop": 821296387
        },
        {
            "start": 821296406,
            "stop": 821297230
        },
        {
            "start": 821297249,
            "stop": 821297303
        },
        {
            "start": 821297322,
            "stop": 821297559
        },
        {
            "start": 821297578,
            "stop": 821297705
        },
        {
            "start": 821297724,
            "stop": 821298701
        },
        {
            "start": 821298718,
            "stop": 821300219
        },
        {
            "start": 821300238,
            "stop": 821300499
        },
        {
            "start": 821300506,
            "stop": 821300858
        },
        {
            "start": 821300877,
            "stop": 821300974
        },
        {
            "start": 821300993,
            "stop": 821301509
        },
        {
            "start": 821301528,
            "stop": 821302085
        },
        {
            "start": 821302104,
            "stop": 821302151
        },
        {
            "start": 821302170,
            "stop": 821302225
        },
        {
            "start": 821302244,
            "stop": 821302741
        },
        {
            "start": 821302760,
            "stop": 821303296
        },
        {
            "start": 821303315,
            "stop": 821303682
        }
    ]
}