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=539
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=540",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=538",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 539,
    "results": [
        {
            "start": 1262803954,
            "stop": 1262804009
        },
        {
            "start": 1262804012,
            "stop": 1262804038
        },
        {
            "start": 1262804041,
            "stop": 1262804048
        },
        {
            "start": 1262804054,
            "stop": 1262804102
        },
        {
            "start": 1262804105,
            "stop": 1262804133
        },
        {
            "start": 1262804136,
            "stop": 1262804178
        },
        {
            "start": 1262804181,
            "stop": 1262804207
        },
        {
            "start": 1262804210,
            "stop": 1262804229
        },
        {
            "start": 1262804235,
            "stop": 1262804273
        },
        {
            "start": 1262804276,
            "stop": 1262804280
        },
        {
            "start": 1262804283,
            "stop": 1262804333
        },
        {
            "start": 1262804336,
            "stop": 1262804412
        },
        {
            "start": 1262804415,
            "stop": 1262804428
        },
        {
            "start": 1262804431,
            "stop": 1262804443
        },
        {
            "start": 1262804446,
            "stop": 1262804463
        },
        {
            "start": 1262804466,
            "stop": 1262804470
        },
        {
            "start": 1262804473,
            "stop": 1262804628
        },
        {
            "start": 1262804631,
            "stop": 1262804638
        },
        {
            "start": 1262804641,
            "stop": 1262804651
        },
        {
            "start": 1262804654,
            "stop": 1262804686
        }
    ]
}