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=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=309",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 310,
    "results": [
        {
            "start": 1378138658,
            "stop": 1378139244
        },
        {
            "start": 1378139245,
            "stop": 1378142050
        },
        {
            "start": 1378142051,
            "stop": 1378143189
        },
        {
            "start": 1378143190,
            "stop": 1378143611
        },
        {
            "start": 1378143613,
            "stop": 1378144707
        },
        {
            "start": 1378144712,
            "stop": 1378146376
        },
        {
            "start": 1378146378,
            "stop": 1378149508
        },
        {
            "start": 1378149509,
            "stop": 1378150345
        },
        {
            "start": 1378150347,
            "stop": 1378151206
        },
        {
            "start": 1378151208,
            "stop": 1378151802
        },
        {
            "start": 1378151804,
            "stop": 1378152179
        },
        {
            "start": 1378152182,
            "stop": 1378153029
        },
        {
            "start": 1378153030,
            "stop": 1378153630
        },
        {
            "start": 1378153635,
            "stop": 1378154602
        },
        {
            "start": 1378154603,
            "stop": 1378155511
        },
        {
            "start": 1378155513,
            "stop": 1378156398
        },
        {
            "start": 1378156400,
            "stop": 1378157368
        },
        {
            "start": 1378157370,
            "stop": 1378158402
        },
        {
            "start": 1378158406,
            "stop": 1378158583
        },
        {
            "start": 1378158585,
            "stop": 1378158960
        }
    ]
}