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_CAT4/segments?format=api&page=276
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=275",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 276,
    "results": [
        {
            "start": 934491595,
            "stop": 934491615
        },
        {
            "start": 934491855,
            "stop": 934491967
        },
        {
            "start": 934491972,
            "stop": 934492390
        },
        {
            "start": 934492392,
            "stop": 934493821
        },
        {
            "start": 934493941,
            "stop": 934494353
        },
        {
            "start": 934494473,
            "stop": 934494474
        },
        {
            "start": 934494477,
            "stop": 934495215
        },
        {
            "start": 934495455,
            "stop": 934496543
        },
        {
            "start": 934496546,
            "stop": 934497804
        },
        {
            "start": 934497807,
            "stop": 934498815
        },
        {
            "start": 934499055,
            "stop": 934499056
        },
        {
            "start": 934499176,
            "stop": 934501559
        },
        {
            "start": 934501679,
            "stop": 934501898
        },
        {
            "start": 934501958,
            "stop": 934502289
        },
        {
            "start": 934502291,
            "stop": 934502305
        },
        {
            "start": 934502307,
            "stop": 934502415
        },
        {
            "start": 934502704,
            "stop": 934503432
        },
        {
            "start": 934509878,
            "stop": 934509938
        },
        {
            "start": 934510418,
            "stop": 934510478
        },
        {
            "start": 934510538,
            "stop": 934510598
        }
    ]
}