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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4186",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4187,
    "results": [
        {
            "start": 874395062,
            "stop": 874395065
        },
        {
            "start": 874395084,
            "stop": 874395111
        },
        {
            "start": 874395130,
            "stop": 874395136
        },
        {
            "start": 874395155,
            "stop": 874395158
        },
        {
            "start": 874395178,
            "stop": 874395207
        },
        {
            "start": 874395226,
            "stop": 874395302
        },
        {
            "start": 874395321,
            "stop": 874395358
        },
        {
            "start": 874395377,
            "stop": 874395408
        },
        {
            "start": 874395428,
            "stop": 874395451
        },
        {
            "start": 874395475,
            "stop": 874395588
        },
        {
            "start": 874395607,
            "stop": 874395609
        },
        {
            "start": 874395628,
            "stop": 874395653
        },
        {
            "start": 874395672,
            "stop": 874395705
        },
        {
            "start": 874395725,
            "stop": 874395829
        },
        {
            "start": 874395867,
            "stop": 874395868
        },
        {
            "start": 874395909,
            "stop": 874395938
        },
        {
            "start": 874395957,
            "stop": 874396113
        },
        {
            "start": 874396132,
            "stop": 874396243
        },
        {
            "start": 874396274,
            "stop": 874396434
        },
        {
            "start": 874396453,
            "stop": 874396518
        }
    ]
}