Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5203
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5202",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5203,
    "results": [
        {
            "start": 874944706,
            "stop": 874944978
        },
        {
            "start": 874944986,
            "stop": 874945101
        },
        {
            "start": 874945108,
            "stop": 874945244
        },
        {
            "start": 874945251,
            "stop": 874945327
        },
        {
            "start": 874945334,
            "stop": 874945446
        },
        {
            "start": 874949145,
            "stop": 874949190
        },
        {
            "start": 874949199,
            "stop": 874949278
        },
        {
            "start": 874949598,
            "stop": 874949720
        },
        {
            "start": 874950603,
            "stop": 874950611
        },
        {
            "start": 874950618,
            "stop": 874950723
        },
        {
            "start": 874951918,
            "stop": 874952251
        },
        {
            "start": 874952258,
            "stop": 874952314
        },
        {
            "start": 874954192,
            "stop": 874957244
        },
        {
            "start": 874957251,
            "stop": 874957263
        },
        {
            "start": 874957270,
            "stop": 874957858
        },
        {
            "start": 874957865,
            "stop": 874958379
        },
        {
            "start": 874958386,
            "stop": 874958740
        },
        {
            "start": 874958747,
            "stop": 874958910
        },
        {
            "start": 874958917,
            "stop": 874958958
        },
        {
            "start": 874968343,
            "stop": 874972454
        }
    ]
}