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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=28",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 29,
    "results": [
        {
            "start": 1257149228,
            "stop": 1257149232
        },
        {
            "start": 1257149234,
            "stop": 1257149257
        },
        {
            "start": 1257149260,
            "stop": 1257149266
        },
        {
            "start": 1257149267,
            "stop": 1257149268
        },
        {
            "start": 1257149270,
            "stop": 1257149272
        },
        {
            "start": 1257149279,
            "stop": 1257149280
        },
        {
            "start": 1257149281,
            "stop": 1257149282
        },
        {
            "start": 1257149283,
            "stop": 1257149284
        },
        {
            "start": 1257149289,
            "stop": 1257149290
        },
        {
            "start": 1257149296,
            "stop": 1257149298
        },
        {
            "start": 1257149312,
            "stop": 1257149320
        },
        {
            "start": 1257149322,
            "stop": 1257149323
        },
        {
            "start": 1257149324,
            "stop": 1257149328
        },
        {
            "start": 1257149331,
            "stop": 1257149343
        },
        {
            "start": 1257149344,
            "stop": 1257149371
        },
        {
            "start": 1257149372,
            "stop": 1257149375
        },
        {
            "start": 1257149377,
            "stop": 1257149380
        },
        {
            "start": 1257149381,
            "stop": 1257149385
        },
        {
            "start": 1257149386,
            "stop": 1257149387
        },
        {
            "start": 1257149389,
            "stop": 1257150251
        }
    ]
}