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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=32",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 33,
    "results": [
        {
            "start": 1257154484,
            "stop": 1257154485
        },
        {
            "start": 1257154495,
            "stop": 1257154498
        },
        {
            "start": 1257154501,
            "stop": 1257154510
        },
        {
            "start": 1257154513,
            "stop": 1257154514
        },
        {
            "start": 1257154516,
            "stop": 1257154518
        },
        {
            "start": 1257154519,
            "stop": 1257154528
        },
        {
            "start": 1257154529,
            "stop": 1257154578
        },
        {
            "start": 1257154579,
            "stop": 1257155659
        },
        {
            "start": 1257155667,
            "stop": 1257155696
        },
        {
            "start": 1257155701,
            "stop": 1257155708
        },
        {
            "start": 1257155712,
            "stop": 1257157097
        },
        {
            "start": 1257157105,
            "stop": 1257157425
        },
        {
            "start": 1257157427,
            "stop": 1257159687
        },
        {
            "start": 1257159870,
            "stop": 1257160184
        },
        {
            "start": 1257160187,
            "stop": 1257161184
        },
        {
            "start": 1257161185,
            "stop": 1257161266
        },
        {
            "start": 1257161272,
            "stop": 1257161279
        },
        {
            "start": 1257161280,
            "stop": 1257161281
        },
        {
            "start": 1257161284,
            "stop": 1257161320
        },
        {
            "start": 1257161340,
            "stop": 1257161353
        }
    ]
}