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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=102",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 103,
    "results": [
        {
            "start": 931510414,
            "stop": 931510442
        },
        {
            "start": 931510445,
            "stop": 931510463
        },
        {
            "start": 931510469,
            "stop": 931510497
        },
        {
            "start": 931510500,
            "stop": 931510507
        },
        {
            "start": 931510510,
            "stop": 931510533
        },
        {
            "start": 931510536,
            "stop": 931510548
        },
        {
            "start": 931510551,
            "stop": 931510561
        },
        {
            "start": 931510564,
            "stop": 931510582
        },
        {
            "start": 931510586,
            "stop": 931510610
        },
        {
            "start": 931510613,
            "stop": 931510628
        },
        {
            "start": 931510631,
            "stop": 931510648
        },
        {
            "start": 931510651,
            "stop": 931510672
        },
        {
            "start": 931510675,
            "stop": 931510678
        },
        {
            "start": 931510681,
            "stop": 931510683
        },
        {
            "start": 931510686,
            "stop": 931510706
        },
        {
            "start": 931510712,
            "stop": 931510745
        },
        {
            "start": 931510750,
            "stop": 931510751
        },
        {
            "start": 931510754,
            "stop": 931510809
        },
        {
            "start": 931510812,
            "stop": 931510821
        },
        {
            "start": 931510824,
            "stop": 931510847
        }
    ]
}