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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=270",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 271,
    "results": [
        {
            "start": 1174518743,
            "stop": 1174519804
        },
        {
            "start": 1174519806,
            "stop": 1174520512
        },
        {
            "start": 1174520514,
            "stop": 1174521548
        },
        {
            "start": 1174521550,
            "stop": 1174522259
        },
        {
            "start": 1174522261,
            "stop": 1174522981
        },
        {
            "start": 1174522983,
            "stop": 1174524076
        },
        {
            "start": 1174524078,
            "stop": 1174525227
        },
        {
            "start": 1174525229,
            "stop": 1174526486
        },
        {
            "start": 1174526488,
            "stop": 1174527635
        },
        {
            "start": 1174536556,
            "stop": 1174537605
        },
        {
            "start": 1174537607,
            "stop": 1174538369
        },
        {
            "start": 1174538371,
            "stop": 1174539387
        },
        {
            "start": 1174539389,
            "stop": 1174540749
        },
        {
            "start": 1174540751,
            "stop": 1174542052
        },
        {
            "start": 1174542054,
            "stop": 1174543342
        },
        {
            "start": 1174543344,
            "stop": 1174544595
        },
        {
            "start": 1174544597,
            "stop": 1174544754
        },
        {
            "start": 1174544758,
            "stop": 1174545966
        },
        {
            "start": 1174545968,
            "stop": 1174546999
        },
        {
            "start": 1174547001,
            "stop": 1174548240
        }
    ]
}