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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=355",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 356,
    "results": [
        {
            "start": 1240729937,
            "stop": 1240729952
        },
        {
            "start": 1240729953,
            "stop": 1240729980
        },
        {
            "start": 1240729981,
            "stop": 1240730321
        },
        {
            "start": 1240730322,
            "stop": 1240730517
        },
        {
            "start": 1240730518,
            "stop": 1240730681
        },
        {
            "start": 1240730684,
            "stop": 1240730726
        },
        {
            "start": 1240730727,
            "stop": 1240730733
        },
        {
            "start": 1240730734,
            "stop": 1240730826
        },
        {
            "start": 1240730827,
            "stop": 1240730965
        },
        {
            "start": 1240730968,
            "stop": 1240731038
        },
        {
            "start": 1240731039,
            "stop": 1240731094
        },
        {
            "start": 1240731095,
            "stop": 1240731114
        },
        {
            "start": 1240731115,
            "stop": 1240731131
        },
        {
            "start": 1240731132,
            "stop": 1240731202
        },
        {
            "start": 1240731204,
            "stop": 1240731205
        },
        {
            "start": 1240731206,
            "stop": 1240731208
        },
        {
            "start": 1240731209,
            "stop": 1240731360
        },
        {
            "start": 1240731361,
            "stop": 1240731428
        },
        {
            "start": 1240731429,
            "stop": 1240731494
        },
        {
            "start": 1240731495,
            "stop": 1240731529
        }
    ]
}