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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=185",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 186,
    "results": [
        {
            "start": 1421435252,
            "stop": 1421438222
        },
        {
            "start": 1421438225,
            "stop": 1421440459
        },
        {
            "start": 1421440464,
            "stop": 1421445230
        },
        {
            "start": 1421445233,
            "stop": 1421449465
        },
        {
            "start": 1421449470,
            "stop": 1421453320
        },
        {
            "start": 1421457334,
            "stop": 1421461596
        },
        {
            "start": 1421461600,
            "stop": 1421462249
        },
        {
            "start": 1421462254,
            "stop": 1421462329
        },
        {
            "start": 1421462332,
            "stop": 1421466652
        },
        {
            "start": 1421466657,
            "stop": 1421472368
        },
        {
            "start": 1421472373,
            "stop": 1421473511
        },
        {
            "start": 1421473516,
            "stop": 1421474075
        },
        {
            "start": 1421474080,
            "stop": 1421474112
        },
        {
            "start": 1421474475,
            "stop": 1421477348
        },
        {
            "start": 1421477598,
            "stop": 1421477973
        },
        {
            "start": 1421477978,
            "stop": 1421479554
        },
        {
            "start": 1421479559,
            "stop": 1421483381
        },
        {
            "start": 1421488057,
            "stop": 1421489065
        },
        {
            "start": 1421489070,
            "stop": 1421497512
        },
        {
            "start": 1421497517,
            "stop": 1421497518
        }
    ]
}