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/O4a/timelines/L1_BURST_CAT2/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/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=270",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 271,
    "results": [
        {
            "start": 1377081934,
            "stop": 1377082450
        },
        {
            "start": 1377082452,
            "stop": 1377082837
        },
        {
            "start": 1377082839,
            "stop": 1377084053
        },
        {
            "start": 1377084055,
            "stop": 1377084661
        },
        {
            "start": 1377084663,
            "stop": 1377085029
        },
        {
            "start": 1377085031,
            "stop": 1377085949
        },
        {
            "start": 1377085953,
            "stop": 1377086231
        },
        {
            "start": 1377086232,
            "stop": 1377087121
        },
        {
            "start": 1377087123,
            "stop": 1377087293
        },
        {
            "start": 1377087295,
            "stop": 1377088395
        },
        {
            "start": 1377088397,
            "stop": 1377089005
        },
        {
            "start": 1377089006,
            "stop": 1377090031
        },
        {
            "start": 1377090032,
            "stop": 1377090113
        },
        {
            "start": 1377090117,
            "stop": 1377090173
        },
        {
            "start": 1377090174,
            "stop": 1377093242
        },
        {
            "start": 1377093245,
            "stop": 1377096965
        },
        {
            "start": 1377096967,
            "stop": 1377097656
        },
        {
            "start": 1377097657,
            "stop": 1377098757
        },
        {
            "start": 1377098758,
            "stop": 1377099264
        },
        {
            "start": 1377099266,
            "stop": 1377099762
        }
    ]
}