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/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=574
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=575",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=573",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 574,
    "results": [
        {
            "start": 1262901871,
            "stop": 1262901924
        },
        {
            "start": 1262901927,
            "stop": 1262901967
        },
        {
            "start": 1262901970,
            "stop": 1262901980
        },
        {
            "start": 1262901983,
            "stop": 1262902058
        },
        {
            "start": 1262902060,
            "stop": 1262902101
        },
        {
            "start": 1262902104,
            "stop": 1262902561
        },
        {
            "start": 1262902564,
            "stop": 1262902607
        },
        {
            "start": 1262902610,
            "stop": 1262902794
        },
        {
            "start": 1262902797,
            "stop": 1262902863
        },
        {
            "start": 1262902865,
            "stop": 1262902963
        },
        {
            "start": 1262902966,
            "stop": 1262903113
        },
        {
            "start": 1262903121,
            "stop": 1262903172
        },
        {
            "start": 1262903176,
            "stop": 1262903355
        },
        {
            "start": 1262903358,
            "stop": 1262903419
        },
        {
            "start": 1262903422,
            "stop": 1262903432
        },
        {
            "start": 1262903435,
            "stop": 1262903460
        },
        {
            "start": 1262903463,
            "stop": 1262903477
        },
        {
            "start": 1262903480,
            "stop": 1262903558
        },
        {
            "start": 1262903561,
            "stop": 1262903681
        },
        {
            "start": 1262903684,
            "stop": 1262903888
        }
    ]
}