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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=231",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 232,
    "results": [
        {
            "start": 849961136,
            "stop": 849961157
        },
        {
            "start": 849961161,
            "stop": 849961327
        },
        {
            "start": 849961331,
            "stop": 849961355
        },
        {
            "start": 849961359,
            "stop": 849961581
        },
        {
            "start": 849961601,
            "stop": 849961607
        },
        {
            "start": 849961611,
            "stop": 849961657
        },
        {
            "start": 849961660,
            "stop": 849961744
        },
        {
            "start": 849961748,
            "stop": 849961758
        },
        {
            "start": 849961762,
            "stop": 849961793
        },
        {
            "start": 849961806,
            "stop": 849961818
        },
        {
            "start": 849961823,
            "stop": 849961870
        },
        {
            "start": 849961874,
            "stop": 849961909
        },
        {
            "start": 849961922,
            "stop": 849961928
        },
        {
            "start": 849961946,
            "stop": 849962001
        },
        {
            "start": 849962014,
            "stop": 849962061
        },
        {
            "start": 849962075,
            "stop": 849962514
        },
        {
            "start": 849962518,
            "stop": 849974438
        },
        {
            "start": 849997247,
            "stop": 849997772
        },
        {
            "start": 849999196,
            "stop": 850020485
        },
        {
            "start": 850021582,
            "stop": 850056443
        }
    ]
}