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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=143",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 144,
    "results": [
        {
            "start": 829842415,
            "stop": 829842459
        },
        {
            "start": 829842463,
            "stop": 829842553
        },
        {
            "start": 829845466,
            "stop": 829846460
        },
        {
            "start": 829846465,
            "stop": 829847554
        },
        {
            "start": 829847558,
            "stop": 829848795
        },
        {
            "start": 829848799,
            "stop": 829856135
        },
        {
            "start": 829857178,
            "stop": 829860244
        },
        {
            "start": 829861360,
            "stop": 829864868
        },
        {
            "start": 829864872,
            "stop": 829865699
        },
        {
            "start": 829865703,
            "stop": 829867767
        },
        {
            "start": 829867771,
            "stop": 829868002
        },
        {
            "start": 829868006,
            "stop": 829886946
        },
        {
            "start": 829889195,
            "stop": 829893853
        },
        {
            "start": 829896356,
            "stop": 829926895
        },
        {
            "start": 829926899,
            "stop": 829928574
        },
        {
            "start": 829935935,
            "stop": 829936013
        },
        {
            "start": 829937064,
            "stop": 829937768
        },
        {
            "start": 829938886,
            "stop": 829941109
        },
        {
            "start": 829941113,
            "stop": 829942093
        },
        {
            "start": 829943062,
            "stop": 829943489
        }
    ]
}