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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4994",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4992",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4993,
    "results": [
        {
            "start": 874453230,
            "stop": 874453245
        },
        {
            "start": 874453265,
            "stop": 874453620
        },
        {
            "start": 874453639,
            "stop": 874453643
        },
        {
            "start": 874453693,
            "stop": 874453701
        },
        {
            "start": 874453720,
            "stop": 874453992
        },
        {
            "start": 874454012,
            "stop": 874454036
        },
        {
            "start": 874454058,
            "stop": 874454119
        },
        {
            "start": 874454142,
            "stop": 874454170
        },
        {
            "start": 874454189,
            "stop": 874454209
        },
        {
            "start": 874454244,
            "stop": 874454291
        },
        {
            "start": 874454311,
            "stop": 874454375
        },
        {
            "start": 874454394,
            "stop": 874454408
        },
        {
            "start": 874454427,
            "stop": 874454496
        },
        {
            "start": 874454540,
            "stop": 874454609
        },
        {
            "start": 874454628,
            "stop": 874454798
        },
        {
            "start": 874454818,
            "stop": 874454895
        },
        {
            "start": 874454914,
            "stop": 874454983
        },
        {
            "start": 874455002,
            "stop": 874455096
        },
        {
            "start": 874455115,
            "stop": 874455137
        },
        {
            "start": 874455157,
            "stop": 874455304
        }
    ]
}