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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=381",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=379",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 380,
    "results": [
        {
            "start": 939653711,
            "stop": 939653840
        },
        {
            "start": 939653843,
            "stop": 939653853
        },
        {
            "start": 939653856,
            "stop": 939653857
        },
        {
            "start": 939653860,
            "stop": 939653875
        },
        {
            "start": 939653879,
            "stop": 939653884
        },
        {
            "start": 939653887,
            "stop": 939654074
        },
        {
            "start": 939654077,
            "stop": 939654188
        },
        {
            "start": 939654191,
            "stop": 939654208
        },
        {
            "start": 939654216,
            "stop": 939654341
        },
        {
            "start": 939654344,
            "stop": 939654452
        },
        {
            "start": 939654455,
            "stop": 939654657
        },
        {
            "start": 939654663,
            "stop": 939654877
        },
        {
            "start": 939654880,
            "stop": 939655036
        },
        {
            "start": 939655041,
            "stop": 939655045
        },
        {
            "start": 939655049,
            "stop": 939655057
        },
        {
            "start": 939655063,
            "stop": 939655087
        },
        {
            "start": 939655090,
            "stop": 939655162
        },
        {
            "start": 939655166,
            "stop": 939655233
        },
        {
            "start": 939655236,
            "stop": 939655314
        },
        {
            "start": 939655317,
            "stop": 939655318
        }
    ]
}