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=4727
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=4728",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4726",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4727,
    "results": [
        {
            "start": 970042751,
            "stop": 970043189
        },
        {
            "start": 970043192,
            "stop": 970043195
        },
        {
            "start": 970043198,
            "stop": 970043213
        },
        {
            "start": 970043216,
            "stop": 970043342
        },
        {
            "start": 970043345,
            "stop": 970043565
        },
        {
            "start": 970043568,
            "stop": 970043829
        },
        {
            "start": 970043832,
            "stop": 970043959
        },
        {
            "start": 970043962,
            "stop": 970044476
        },
        {
            "start": 970044479,
            "stop": 970044510
        },
        {
            "start": 970044513,
            "stop": 970044659
        },
        {
            "start": 970044662,
            "stop": 970044933
        },
        {
            "start": 970044936,
            "stop": 970044951
        },
        {
            "start": 970044954,
            "stop": 970045277
        },
        {
            "start": 970045280,
            "stop": 970045324
        },
        {
            "start": 970045327,
            "stop": 970045336
        },
        {
            "start": 970045339,
            "stop": 970045491
        },
        {
            "start": 970045494,
            "stop": 970045741
        },
        {
            "start": 970045744,
            "stop": 970045755
        },
        {
            "start": 970045758,
            "stop": 970045777
        },
        {
            "start": 970045780,
            "stop": 970045841
        }
    ]
}