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=8059
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=8060",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8058",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8059,
    "results": [
        {
            "start": 970473523,
            "stop": 970473527
        },
        {
            "start": 970473530,
            "stop": 970473532
        },
        {
            "start": 970473535,
            "stop": 970473543
        },
        {
            "start": 970473546,
            "stop": 970473562
        },
        {
            "start": 970473565,
            "stop": 970473573
        },
        {
            "start": 970473579,
            "stop": 970473599
        },
        {
            "start": 970473607,
            "stop": 970473622
        },
        {
            "start": 970473631,
            "stop": 970473632
        },
        {
            "start": 970473637,
            "stop": 970473649
        },
        {
            "start": 970473655,
            "stop": 970473660
        },
        {
            "start": 970473666,
            "stop": 970473676
        },
        {
            "start": 970473679,
            "stop": 970473701
        },
        {
            "start": 970473704,
            "stop": 970473705
        },
        {
            "start": 970473709,
            "stop": 970473711
        },
        {
            "start": 970473714,
            "stop": 970473734
        },
        {
            "start": 970473737,
            "stop": 970473745
        },
        {
            "start": 970473748,
            "stop": 970473751
        },
        {
            "start": 970473754,
            "stop": 970473770
        },
        {
            "start": 970473773,
            "stop": 970473779
        },
        {
            "start": 970473782,
            "stop": 970473822
        }
    ]
}