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=87
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=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=86",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 87,
    "results": [
        {
            "start": 953657763,
            "stop": 953662817
        },
        {
            "start": 953663486,
            "stop": 953736180
        },
        {
            "start": 953737649,
            "stop": 953743987
        },
        {
            "start": 953744322,
            "stop": 953754873
        },
        {
            "start": 953757065,
            "stop": 953770088
        },
        {
            "start": 953774816,
            "stop": 953821395
        },
        {
            "start": 953826913,
            "stop": 953833712
        },
        {
            "start": 953834654,
            "stop": 953841602
        },
        {
            "start": 953846131,
            "stop": 953852671
        },
        {
            "start": 953853349,
            "stop": 953899701
        },
        {
            "start": 953908661,
            "stop": 953914339
        },
        {
            "start": 953916850,
            "stop": 953919129
        },
        {
            "start": 953930204,
            "stop": 953935829
        },
        {
            "start": 953940692,
            "stop": 953980321
        },
        {
            "start": 953981321,
            "stop": 953985534
        },
        {
            "start": 954024605,
            "stop": 954025623
        },
        {
            "start": 954028200,
            "stop": 954072840
        },
        {
            "start": 954076970,
            "stop": 954079300
        },
        {
            "start": 954082552,
            "stop": 954083527
        },
        {
            "start": 954084308,
            "stop": 954085156
        }
    ]
}