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=7884
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=7885",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7883",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7884,
    "results": [
        {
            "start": 969905400,
            "stop": 969905406
        },
        {
            "start": 969905435,
            "stop": 969905471
        },
        {
            "start": 969905474,
            "stop": 969905475
        },
        {
            "start": 969905478,
            "stop": 969905519
        },
        {
            "start": 969905530,
            "stop": 969905679
        },
        {
            "start": 969905682,
            "stop": 969905702
        },
        {
            "start": 969905705,
            "stop": 969905846
        },
        {
            "start": 969905849,
            "stop": 969905860
        },
        {
            "start": 969905863,
            "stop": 969905871
        },
        {
            "start": 969905874,
            "stop": 969905895
        },
        {
            "start": 969905898,
            "stop": 969905951
        },
        {
            "start": 969905956,
            "stop": 969906070
        },
        {
            "start": 969906073,
            "stop": 969906169
        },
        {
            "start": 969906172,
            "stop": 969906258
        },
        {
            "start": 969906261,
            "stop": 969906287
        },
        {
            "start": 969906298,
            "stop": 969906491
        },
        {
            "start": 969906494,
            "stop": 969906517
        },
        {
            "start": 969906538,
            "stop": 969906544
        },
        {
            "start": 969906547,
            "stop": 969906549
        },
        {
            "start": 969906574,
            "stop": 969906852
        }
    ]
}