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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=160",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 161,
    "results": [
        {
            "start": 837470853,
            "stop": 837471013
        },
        {
            "start": 837471045,
            "stop": 837471047
        },
        {
            "start": 837472108,
            "stop": 837473653
        },
        {
            "start": 837475977,
            "stop": 837503773
        },
        {
            "start": 837503799,
            "stop": 837503801
        },
        {
            "start": 837504768,
            "stop": 837520153
        },
        {
            "start": 837520155,
            "stop": 837520156
        },
        {
            "start": 837520933,
            "stop": 837522156
        },
        {
            "start": 837522313,
            "stop": 837540010
        },
        {
            "start": 837542745,
            "stop": 837548893
        },
        {
            "start": 837548899,
            "stop": 837548900
        },
        {
            "start": 837549069,
            "stop": 837552053
        },
        {
            "start": 837561091,
            "stop": 837566145
        },
        {
            "start": 837567811,
            "stop": 837571633
        },
        {
            "start": 837571713,
            "stop": 837583840
        },
        {
            "start": 837584169,
            "stop": 837587615
        },
        {
            "start": 837589063,
            "stop": 837612310
        },
        {
            "start": 837613475,
            "stop": 837622315
        },
        {
            "start": 837622525,
            "stop": 837623155
        },
        {
            "start": 837625239,
            "stop": 837644113
        }
    ]
}