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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=264",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 265,
    "results": [
        {
            "start": 934945386,
            "stop": 934945393
        },
        {
            "start": 934945395,
            "stop": 934945419
        },
        {
            "start": 934945421,
            "stop": 934945434
        },
        {
            "start": 934945439,
            "stop": 934945591
        },
        {
            "start": 934948257,
            "stop": 934948960
        },
        {
            "start": 934948962,
            "stop": 934948969
        },
        {
            "start": 934948971,
            "stop": 934948985
        },
        {
            "start": 934948988,
            "stop": 934948995
        },
        {
            "start": 934948997,
            "stop": 934949014
        },
        {
            "start": 934949016,
            "stop": 934949019
        },
        {
            "start": 934949022,
            "stop": 934949036
        },
        {
            "start": 934949041,
            "stop": 934952560
        },
        {
            "start": 934952562,
            "stop": 934952594
        },
        {
            "start": 934952596,
            "stop": 934952614
        },
        {
            "start": 934952616,
            "stop": 934952620
        },
        {
            "start": 934952622,
            "stop": 934952635
        },
        {
            "start": 934952640,
            "stop": 934955310
        },
        {
            "start": 934957381,
            "stop": 934959755
        },
        {
            "start": 934959758,
            "stop": 934959766
        },
        {
            "start": 934959768,
            "stop": 934959784
        }
    ]
}