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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=197",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 198,
    "results": [
        {
            "start": 821653078,
            "stop": 821653092
        },
        {
            "start": 821653095,
            "stop": 821653098
        },
        {
            "start": 821653104,
            "stop": 821653112
        },
        {
            "start": 821653116,
            "stop": 821653132
        },
        {
            "start": 821653138,
            "stop": 821653139
        },
        {
            "start": 821653142,
            "stop": 821653143
        },
        {
            "start": 821653146,
            "stop": 821653150
        },
        {
            "start": 821653156,
            "stop": 821653171
        },
        {
            "start": 821653174,
            "stop": 821653175
        },
        {
            "start": 821653178,
            "stop": 821653193
        },
        {
            "start": 821653196,
            "stop": 821653221
        },
        {
            "start": 821653984,
            "stop": 821653986
        },
        {
            "start": 821653992,
            "stop": 821654005
        },
        {
            "start": 821654008,
            "stop": 821654014
        },
        {
            "start": 821654017,
            "stop": 821654027
        },
        {
            "start": 821654030,
            "stop": 821654114
        },
        {
            "start": 821654117,
            "stop": 821654635
        },
        {
            "start": 821654636,
            "stop": 821657453
        },
        {
            "start": 821657455,
            "stop": 821659618
        },
        {
            "start": 821660018,
            "stop": 821660042
        }
    ]
}