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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=290",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 291,
    "results": [
        {
            "start": 1177860006,
            "stop": 1177860542
        },
        {
            "start": 1177860543,
            "stop": 1177860753
        },
        {
            "start": 1177860755,
            "stop": 1177861726
        },
        {
            "start": 1177861729,
            "stop": 1177861784
        },
        {
            "start": 1177861785,
            "stop": 1177861800
        },
        {
            "start": 1177861802,
            "stop": 1177861825
        },
        {
            "start": 1177861826,
            "stop": 1177864534
        },
        {
            "start": 1177864535,
            "stop": 1177865115
        },
        {
            "start": 1177865116,
            "stop": 1177865183
        },
        {
            "start": 1177865184,
            "stop": 1177867449
        },
        {
            "start": 1177867451,
            "stop": 1177867512
        },
        {
            "start": 1177867513,
            "stop": 1177873550
        },
        {
            "start": 1177873552,
            "stop": 1177874100
        },
        {
            "start": 1177874101,
            "stop": 1177874168
        },
        {
            "start": 1177874169,
            "stop": 1177874487
        },
        {
            "start": 1177874489,
            "stop": 1177879830
        },
        {
            "start": 1177879833,
            "stop": 1177881165
        },
        {
            "start": 1177881166,
            "stop": 1177882232
        },
        {
            "start": 1177882236,
            "stop": 1177882253
        },
        {
            "start": 1177882254,
            "stop": 1177886105
        }
    ]
}