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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=70",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 71,
    "results": [
        {
            "start": 949664060,
            "stop": 949664072
        },
        {
            "start": 949665676,
            "stop": 949669429
        },
        {
            "start": 949670228,
            "stop": 949670330
        },
        {
            "start": 949672240,
            "stop": 949675879
        },
        {
            "start": 949676282,
            "stop": 949696087
        },
        {
            "start": 949696387,
            "stop": 949707090
        },
        {
            "start": 949707831,
            "stop": 949711787
        },
        {
            "start": 949718044,
            "stop": 949721585
        },
        {
            "start": 949721611,
            "stop": 949721625
        },
        {
            "start": 949721648,
            "stop": 949728040
        },
        {
            "start": 949729630,
            "stop": 949733990
        },
        {
            "start": 949739927,
            "stop": 949741290
        },
        {
            "start": 949799602,
            "stop": 949819728
        },
        {
            "start": 949821372,
            "stop": 949831498
        },
        {
            "start": 949834382,
            "stop": 949844884
        },
        {
            "start": 949847211,
            "stop": 949855797
        },
        {
            "start": 949861018,
            "stop": 949881631
        },
        {
            "start": 949881695,
            "stop": 949881821
        },
        {
            "start": 949882299,
            "stop": 949884401
        },
        {
            "start": 949885809,
            "stop": 949887716
        }
    ]
}