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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8826",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8824",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8825,
    "results": [
        {
            "start": 872658121,
            "stop": 872658341
        },
        {
            "start": 872658359,
            "stop": 872658601
        },
        {
            "start": 872658619,
            "stop": 872658780
        },
        {
            "start": 872658797,
            "stop": 872658811
        },
        {
            "start": 872658828,
            "stop": 872658829
        },
        {
            "start": 872658846,
            "stop": 872658941
        },
        {
            "start": 872659026,
            "stop": 872659345
        },
        {
            "start": 872659362,
            "stop": 872661318
        },
        {
            "start": 872661335,
            "stop": 872661589
        },
        {
            "start": 872661606,
            "stop": 872662271
        },
        {
            "start": 872662288,
            "stop": 872662403
        },
        {
            "start": 872663831,
            "stop": 872666128
        },
        {
            "start": 872666145,
            "stop": 872667421
        },
        {
            "start": 872667440,
            "stop": 872668230
        },
        {
            "start": 872669970,
            "stop": 872670418
        },
        {
            "start": 872670439,
            "stop": 872670462
        },
        {
            "start": 872670488,
            "stop": 872670872
        },
        {
            "start": 872670901,
            "stop": 872670939
        },
        {
            "start": 872670956,
            "stop": 872671357
        },
        {
            "start": 872671376,
            "stop": 872671869
        }
    ]
}