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=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=324",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 325,
    "results": [
        {
            "start": 938443267,
            "stop": 938448349
        },
        {
            "start": 938451380,
            "stop": 938452223
        },
        {
            "start": 938501272,
            "stop": 938503864
        },
        {
            "start": 938533176,
            "stop": 938534420
        },
        {
            "start": 938537469,
            "stop": 938541710
        },
        {
            "start": 938597964,
            "stop": 938610736
        },
        {
            "start": 938620069,
            "stop": 938623923
        },
        {
            "start": 938629763,
            "stop": 938630435
        },
        {
            "start": 938630495,
            "stop": 938632362
        },
        {
            "start": 938634128,
            "stop": 938634303
        },
        {
            "start": 938636512,
            "stop": 938643103
        },
        {
            "start": 938650871,
            "stop": 938663444
        },
        {
            "start": 938663447,
            "stop": 938663615
        },
        {
            "start": 938663675,
            "stop": 938664635
        },
        {
            "start": 938664695,
            "stop": 938664951
        },
        {
            "start": 938664957,
            "stop": 938664997
        },
        {
            "start": 938665001,
            "stop": 938665045
        },
        {
            "start": 938665048,
            "stop": 938665065
        },
        {
            "start": 938665068,
            "stop": 938665103
        },
        {
            "start": 938665106,
            "stop": 938665134
        }
    ]
}