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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=184",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 185,
    "results": [
        {
            "start": 821660532,
            "stop": 821660587
        },
        {
            "start": 821660590,
            "stop": 821660652
        },
        {
            "start": 821660655,
            "stop": 821660748
        },
        {
            "start": 821660756,
            "stop": 821660758
        },
        {
            "start": 821660765,
            "stop": 821660778
        },
        {
            "start": 821660781,
            "stop": 821660803
        },
        {
            "start": 821660806,
            "stop": 821660822
        },
        {
            "start": 821660825,
            "stop": 821660830
        },
        {
            "start": 821660833,
            "stop": 821660851
        },
        {
            "start": 821660865,
            "stop": 821660874
        },
        {
            "start": 821660877,
            "stop": 821660882
        },
        {
            "start": 821660889,
            "stop": 821660908
        },
        {
            "start": 821660911,
            "stop": 821660918
        },
        {
            "start": 821660921,
            "stop": 821660937
        },
        {
            "start": 821660940,
            "stop": 821660949
        },
        {
            "start": 821660952,
            "stop": 821660955
        },
        {
            "start": 821660958,
            "stop": 821660979
        },
        {
            "start": 821660982,
            "stop": 821660990
        },
        {
            "start": 821660993,
            "stop": 821660996
        },
        {
            "start": 821660999,
            "stop": 821661025
        }
    ]
}