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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=132",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 133,
    "results": [
        {
            "start": 932726748,
            "stop": 932726764
        },
        {
            "start": 932726833,
            "stop": 932726834
        },
        {
            "start": 932726868,
            "stop": 932726884
        },
        {
            "start": 932726911,
            "stop": 932726995
        },
        {
            "start": 932727024,
            "stop": 932727025
        },
        {
            "start": 932727044,
            "stop": 932727058
        },
        {
            "start": 932727077,
            "stop": 932727258
        },
        {
            "start": 932727277,
            "stop": 932727317
        },
        {
            "start": 932727336,
            "stop": 932727380
        },
        {
            "start": 932727399,
            "stop": 932727439
        },
        {
            "start": 932727458,
            "stop": 932727459
        },
        {
            "start": 932727478,
            "stop": 932727506
        },
        {
            "start": 932727529,
            "stop": 932727582
        },
        {
            "start": 932727600,
            "stop": 932727711
        },
        {
            "start": 932727716,
            "stop": 932727725
        },
        {
            "start": 932727743,
            "stop": 932727754
        },
        {
            "start": 932727773,
            "stop": 932727826
        },
        {
            "start": 932727845,
            "stop": 932727874
        },
        {
            "start": 932727902,
            "stop": 932727916
        },
        {
            "start": 932727935,
            "stop": 932727937
        }
    ]
}