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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=57",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 58,
    "results": [
        {
            "start": 820922832,
            "stop": 820942903
        },
        {
            "start": 820943317,
            "stop": 820943320
        },
        {
            "start": 820943797,
            "stop": 820944225
        },
        {
            "start": 820963939,
            "stop": 820966580
        },
        {
            "start": 820967628,
            "stop": 820973660
        },
        {
            "start": 820973980,
            "stop": 820974108
        },
        {
            "start": 820974508,
            "stop": 820974745
        },
        {
            "start": 820975145,
            "stop": 820975682
        },
        {
            "start": 820976290,
            "stop": 820981444
        },
        {
            "start": 820981844,
            "stop": 820986540
        },
        {
            "start": 820987033,
            "stop": 820988905
        },
        {
            "start": 820989947,
            "stop": 820991066
        },
        {
            "start": 820991954,
            "stop": 820993822
        },
        {
            "start": 820994142,
            "stop": 820994552
        },
        {
            "start": 820994952,
            "stop": 820995779
        },
        {
            "start": 820996355,
            "stop": 820996609
        },
        {
            "start": 820997222,
            "stop": 820997550
        },
        {
            "start": 820997610,
            "stop": 820997730
        },
        {
            "start": 820997850,
            "stop": 820997970
        },
        {
            "start": 820998150,
            "stop": 820998431
        }
    ]
}