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=4213
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=4214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4212",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4213,
    "results": [
        {
            "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": 874455115,
            "stop": 874455137
        },
        {
            "start": 874455157,
            "stop": 874455304
        },
        {
            "start": 874455323,
            "stop": 874455376
        },
        {
            "start": 874455395,
            "stop": 874455458
        },
        {
            "start": 874455477,
            "stop": 874455511
        },
        {
            "start": 874455535,
            "stop": 874455655
        },
        {
            "start": 874455674,
            "stop": 874455823
        },
        {
            "start": 874455844,
            "stop": 874455882
        },
        {
            "start": 874455901,
            "stop": 874456015
        },
        {
            "start": 874456068,
            "stop": 874456149
        },
        {
            "start": 874456169,
            "stop": 874456244
        },
        {
            "start": 874456263,
            "stop": 874456298
        }
    ]
}