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=4149
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=4150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4148",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4149,
    "results": [
        {
            "start": 874301092,
            "stop": 874301115
        },
        {
            "start": 874301134,
            "stop": 874301290
        },
        {
            "start": 874301309,
            "stop": 874301458
        },
        {
            "start": 874301477,
            "stop": 874301535
        },
        {
            "start": 874301554,
            "stop": 874301802
        },
        {
            "start": 874301834,
            "stop": 874301874
        },
        {
            "start": 874301893,
            "stop": 874302152
        },
        {
            "start": 874302176,
            "stop": 874302304
        },
        {
            "start": 874302330,
            "stop": 874302412
        },
        {
            "start": 874302432,
            "stop": 874302433
        },
        {
            "start": 874302452,
            "stop": 874302654
        },
        {
            "start": 874302690,
            "stop": 874302781
        },
        {
            "start": 874302803,
            "stop": 874302871
        },
        {
            "start": 874302890,
            "stop": 874302949
        },
        {
            "start": 874302968,
            "stop": 874303036
        },
        {
            "start": 874303055,
            "stop": 874303136
        },
        {
            "start": 874303160,
            "stop": 874303236
        },
        {
            "start": 874303256,
            "stop": 874303349
        },
        {
            "start": 874303368,
            "stop": 874303412
        },
        {
            "start": 874303432,
            "stop": 874303640
        }
    ]
}