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=130
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=131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=129",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 130,
    "results": [
        {
            "start": 932717068,
            "stop": 932717083
        },
        {
            "start": 932717121,
            "stop": 932717139
        },
        {
            "start": 932717216,
            "stop": 932717217
        },
        {
            "start": 932717263,
            "stop": 932717269
        },
        {
            "start": 932717297,
            "stop": 932717309
        },
        {
            "start": 932717328,
            "stop": 932717333
        },
        {
            "start": 932717367,
            "stop": 932717413
        },
        {
            "start": 932717454,
            "stop": 932717486
        },
        {
            "start": 932717504,
            "stop": 932717620
        },
        {
            "start": 932717639,
            "stop": 932717673
        },
        {
            "start": 932717719,
            "stop": 932717752
        },
        {
            "start": 932717785,
            "stop": 932717882
        },
        {
            "start": 932718019,
            "stop": 932718039
        },
        {
            "start": 932718058,
            "stop": 932718060
        },
        {
            "start": 932718106,
            "stop": 932718182
        },
        {
            "start": 932718281,
            "stop": 932718291
        },
        {
            "start": 932718319,
            "stop": 932718325
        },
        {
            "start": 932718399,
            "stop": 932718400
        },
        {
            "start": 932718444,
            "stop": 932718449
        },
        {
            "start": 932718704,
            "stop": 932718916
        }
    ]
}