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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=184",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 185,
    "results": [
        {
            "start": 819734826,
            "stop": 819734844
        },
        {
            "start": 819753864,
            "stop": 819754134
        },
        {
            "start": 819754137,
            "stop": 819754334
        },
        {
            "start": 819754337,
            "stop": 819754422
        },
        {
            "start": 819754542,
            "stop": 819754574
        },
        {
            "start": 819754694,
            "stop": 819755108
        },
        {
            "start": 819755228,
            "stop": 819755918
        },
        {
            "start": 819755921,
            "stop": 819755928
        },
        {
            "start": 819755932,
            "stop": 819756134
        },
        {
            "start": 819757215,
            "stop": 819757216
        },
        {
            "start": 819757913,
            "stop": 819757981
        },
        {
            "start": 819758101,
            "stop": 819758119
        },
        {
            "start": 819758644,
            "stop": 819758646
        },
        {
            "start": 819759105,
            "stop": 819759285
        },
        {
            "start": 819759288,
            "stop": 819760281
        },
        {
            "start": 819760683,
            "stop": 819760890
        },
        {
            "start": 819761290,
            "stop": 819761783
        },
        {
            "start": 819761786,
            "stop": 819762340
        },
        {
            "start": 819762343,
            "stop": 819763783
        },
        {
            "start": 819763786,
            "stop": 819763790
        }
    ]
}