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=452
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=453",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=451",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 452,
    "results": [
        {
            "start": 821777074,
            "stop": 821777076
        },
        {
            "start": 821777079,
            "stop": 821777090
        },
        {
            "start": 821777093,
            "stop": 821777095
        },
        {
            "start": 821777098,
            "stop": 821777104
        },
        {
            "start": 821777119,
            "stop": 821777123
        },
        {
            "start": 821777126,
            "stop": 821777127
        },
        {
            "start": 821777144,
            "stop": 821777147
        },
        {
            "start": 821777150,
            "stop": 821777163
        },
        {
            "start": 821777171,
            "stop": 821777179
        },
        {
            "start": 821777188,
            "stop": 821777190
        },
        {
            "start": 821777193,
            "stop": 821777194
        },
        {
            "start": 821777197,
            "stop": 821777206
        },
        {
            "start": 821777210,
            "stop": 821777221
        },
        {
            "start": 821777224,
            "stop": 821777236
        },
        {
            "start": 821777240,
            "stop": 821777242
        },
        {
            "start": 821777245,
            "stop": 821777260
        },
        {
            "start": 821777263,
            "stop": 821777264
        },
        {
            "start": 821777268,
            "stop": 821777273
        },
        {
            "start": 821777280,
            "stop": 821777282
        },
        {
            "start": 821777285,
            "stop": 821777286
        }
    ]
}