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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10080",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10078",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10079,
    "results": [
        {
            "start": 873177273,
            "stop": 873178380
        },
        {
            "start": 873178560,
            "stop": 873179298
        },
        {
            "start": 873179315,
            "stop": 873179451
        },
        {
            "start": 873179468,
            "stop": 873181452
        },
        {
            "start": 873181489,
            "stop": 873181860
        },
        {
            "start": 873181877,
            "stop": 873184033
        },
        {
            "start": 873184050,
            "stop": 873184223
        },
        {
            "start": 873186268,
            "stop": 873186280
        },
        {
            "start": 873186321,
            "stop": 873186334
        },
        {
            "start": 873186368,
            "stop": 873186411
        },
        {
            "start": 873186428,
            "stop": 873188130
        },
        {
            "start": 873189887,
            "stop": 873190954
        },
        {
            "start": 873190971,
            "stop": 873192402
        },
        {
            "start": 873192443,
            "stop": 873192454
        },
        {
            "start": 873192524,
            "stop": 873192530
        },
        {
            "start": 873192572,
            "stop": 873192640
        },
        {
            "start": 873192727,
            "stop": 873192732
        },
        {
            "start": 873192821,
            "stop": 873192879
        },
        {
            "start": 873192926,
            "stop": 873192942
        },
        {
            "start": 873193001,
            "stop": 873193045
        }
    ]
}