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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=242",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 243,
    "results": [
        {
            "start": 933263397,
            "stop": 933263904
        },
        {
            "start": 933263909,
            "stop": 933263982
        },
        {
            "start": 933263983,
            "stop": 933264074
        },
        {
            "start": 933264080,
            "stop": 933264223
        },
        {
            "start": 933264228,
            "stop": 933264543
        },
        {
            "start": 933264550,
            "stop": 933265340
        },
        {
            "start": 933265345,
            "stop": 933266085
        },
        {
            "start": 933266104,
            "stop": 933266249
        },
        {
            "start": 933266254,
            "stop": 933266378
        },
        {
            "start": 933266379,
            "stop": 933266526
        },
        {
            "start": 933266531,
            "stop": 933266566
        },
        {
            "start": 933266572,
            "stop": 933266741
        },
        {
            "start": 933266764,
            "stop": 933266843
        },
        {
            "start": 933266849,
            "stop": 933266875
        },
        {
            "start": 933266880,
            "stop": 933266902
        },
        {
            "start": 933266922,
            "stop": 933266955
        },
        {
            "start": 933266960,
            "stop": 933267045
        },
        {
            "start": 933267345,
            "stop": 933267407
        },
        {
            "start": 933267415,
            "stop": 933267424
        },
        {
            "start": 933267429,
            "stop": 933267432
        }
    ]
}