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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=164",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 165,
    "results": [
        {
            "start": 844521978,
            "stop": 844522005
        },
        {
            "start": 844524405,
            "stop": 844524489
        },
        {
            "start": 844524671,
            "stop": 844525165
        },
        {
            "start": 844559089,
            "stop": 844562792
        },
        {
            "start": 844566235,
            "stop": 844582282
        },
        {
            "start": 844585311,
            "stop": 844586779
        },
        {
            "start": 844587690,
            "stop": 844590104
        },
        {
            "start": 844590331,
            "stop": 844596766
        },
        {
            "start": 844596994,
            "stop": 844599959
        },
        {
            "start": 844601445,
            "stop": 844605297
        },
        {
            "start": 844605459,
            "stop": 844607435
        },
        {
            "start": 844608308,
            "stop": 844608839
        },
        {
            "start": 844610272,
            "stop": 844611372
        },
        {
            "start": 844612219,
            "stop": 844612420
        },
        {
            "start": 844613224,
            "stop": 844614034
        },
        {
            "start": 844614909,
            "stop": 844615839
        },
        {
            "start": 844618483,
            "stop": 844620879
        },
        {
            "start": 844621717,
            "stop": 844622353
        },
        {
            "start": 844643008,
            "stop": 844646865
        },
        {
            "start": 844648422,
            "stop": 844665347
        }
    ]
}