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=4906
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=4907",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4905",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4906,
    "results": [
        {
            "start": 874269530,
            "stop": 874269533
        },
        {
            "start": 874269552,
            "stop": 874269553
        },
        {
            "start": 874269585,
            "stop": 874269691
        },
        {
            "start": 874269710,
            "stop": 874269800
        },
        {
            "start": 874269832,
            "stop": 874269892
        },
        {
            "start": 874269913,
            "stop": 874269969
        },
        {
            "start": 874269993,
            "stop": 874270012
        },
        {
            "start": 874270031,
            "stop": 874270170
        },
        {
            "start": 874270198,
            "stop": 874270199
        },
        {
            "start": 874270221,
            "stop": 874270366
        },
        {
            "start": 874270386,
            "stop": 874270390
        },
        {
            "start": 874270409,
            "stop": 874270428
        },
        {
            "start": 874270447,
            "stop": 874270517
        },
        {
            "start": 874270559,
            "stop": 874270568
        },
        {
            "start": 874270596,
            "stop": 874270620
        },
        {
            "start": 874270653,
            "stop": 874270679
        },
        {
            "start": 874270706,
            "stop": 874270712
        },
        {
            "start": 874270731,
            "stop": 874270733
        },
        {
            "start": 874270761,
            "stop": 874270785
        },
        {
            "start": 874270805,
            "stop": 874270839
        }
    ]
}