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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT1/segments?format=api&page=13",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 14,
    "results": [
        {
            "start": 1377665709,
            "stop": 1377762776
        },
        {
            "start": 1377765751,
            "stop": 1377820187
        },
        {
            "start": 1377823360,
            "stop": 1377897336
        },
        {
            "start": 1377901202,
            "stop": 1377918909
        },
        {
            "start": 1377919064,
            "stop": 1377935334
        },
        {
            "start": 1377938525,
            "stop": 1377957686
        },
        {
            "start": 1377977005,
            "stop": 1378040744
        },
        {
            "start": 1378048918,
            "stop": 1378048989
        },
        {
            "start": 1378048996,
            "stop": 1378060252
        },
        {
            "start": 1378077116,
            "stop": 1378079940
        },
        {
            "start": 1378087401,
            "stop": 1378135863
        },
        {
            "start": 1378136327,
            "stop": 1378159274
        },
        {
            "start": 1378163210,
            "stop": 1378165455
        },
        {
            "start": 1378178205,
            "stop": 1378200895
        },
        {
            "start": 1378210444,
            "stop": 1378218017
        },
        {
            "start": 1378223529,
            "stop": 1378223865
        },
        {
            "start": 1378242148,
            "stop": 1378246957
        },
        {
            "start": 1378273966,
            "stop": 1378311317
        },
        {
            "start": 1378316096,
            "stop": 1378334320
        },
        {
            "start": 1378337249,
            "stop": 1378490884
        }
    ]
}