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=4658
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=4659",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4657",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4658,
    "results": [
        {
            "start": 874287639,
            "stop": 874287643
        },
        {
            "start": 874287677,
            "stop": 874287793
        },
        {
            "start": 874287816,
            "stop": 874287851
        },
        {
            "start": 874287870,
            "stop": 874287912
        },
        {
            "start": 874287947,
            "stop": 874287957
        },
        {
            "start": 874287976,
            "stop": 874288014
        },
        {
            "start": 874288033,
            "stop": 874288117
        },
        {
            "start": 874288147,
            "stop": 874288159
        },
        {
            "start": 874288178,
            "stop": 874288192
        },
        {
            "start": 874288212,
            "stop": 874288228
        },
        {
            "start": 874288247,
            "stop": 874288251
        },
        {
            "start": 874288270,
            "stop": 874288287
        },
        {
            "start": 874288380,
            "stop": 874288421
        },
        {
            "start": 874288448,
            "stop": 874288491
        },
        {
            "start": 874288510,
            "stop": 874288531
        },
        {
            "start": 874288568,
            "stop": 874288579
        },
        {
            "start": 874288622,
            "stop": 874288634
        },
        {
            "start": 874288657,
            "stop": 874288663
        },
        {
            "start": 874288713,
            "stop": 874288721
        },
        {
            "start": 874288740,
            "stop": 874288764
        }
    ]
}