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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=230",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 231,
    "results": [
        {
            "start": 1376215809,
            "stop": 1376216060
        },
        {
            "start": 1376218907,
            "stop": 1376220003
        },
        {
            "start": 1376220004,
            "stop": 1376221274
        },
        {
            "start": 1376221278,
            "stop": 1376221990
        },
        {
            "start": 1376221995,
            "stop": 1376222211
        },
        {
            "start": 1376222213,
            "stop": 1376224234
        },
        {
            "start": 1376224236,
            "stop": 1376224688
        },
        {
            "start": 1376224689,
            "stop": 1376226199
        },
        {
            "start": 1376226201,
            "stop": 1376226227
        },
        {
            "start": 1376226232,
            "stop": 1376226407
        },
        {
            "start": 1376233075,
            "stop": 1376234709
        },
        {
            "start": 1376234712,
            "stop": 1376234941
        },
        {
            "start": 1376234942,
            "stop": 1376235904
        },
        {
            "start": 1376235906,
            "stop": 1376237774
        },
        {
            "start": 1376241170,
            "stop": 1376242919
        },
        {
            "start": 1376242924,
            "stop": 1376243362
        },
        {
            "start": 1376243363,
            "stop": 1376243658
        },
        {
            "start": 1376243660,
            "stop": 1376243703
        },
        {
            "start": 1376243707,
            "stop": 1376245188
        },
        {
            "start": 1376245193,
            "stop": 1376245691
        }
    ]
}