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=4708
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=4709",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4707",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4708,
    "results": [
        {
            "start": 969976214,
            "stop": 969976229
        },
        {
            "start": 969976232,
            "stop": 969976331
        },
        {
            "start": 969976334,
            "stop": 969976448
        },
        {
            "start": 969976451,
            "stop": 969976461
        },
        {
            "start": 969976464,
            "stop": 969976501
        },
        {
            "start": 969976504,
            "stop": 969976531
        },
        {
            "start": 969976534,
            "stop": 969976641
        },
        {
            "start": 969976644,
            "stop": 969976695
        },
        {
            "start": 969976698,
            "stop": 969976734
        },
        {
            "start": 969976737,
            "stop": 969976746
        },
        {
            "start": 969976752,
            "stop": 969976898
        },
        {
            "start": 969976901,
            "stop": 969976931
        },
        {
            "start": 969976934,
            "stop": 969977070
        },
        {
            "start": 969977073,
            "stop": 969977140
        },
        {
            "start": 969977143,
            "stop": 969977178
        },
        {
            "start": 969977181,
            "stop": 969977215
        },
        {
            "start": 969977218,
            "stop": 969977372
        },
        {
            "start": 969977375,
            "stop": 969977499
        },
        {
            "start": 969977502,
            "stop": 969977690
        },
        {
            "start": 969977693,
            "stop": 969977718
        }
    ]
}