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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=344",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 345,
    "results": [
        {
            "start": 829238602,
            "stop": 829238604
        },
        {
            "start": 829238606,
            "stop": 829238607
        },
        {
            "start": 829238609,
            "stop": 829238614
        },
        {
            "start": 829238616,
            "stop": 829238619
        },
        {
            "start": 829238621,
            "stop": 829238623
        },
        {
            "start": 829238625,
            "stop": 829238640
        },
        {
            "start": 829238643,
            "stop": 829238649
        },
        {
            "start": 829238651,
            "stop": 829238657
        },
        {
            "start": 829238660,
            "stop": 829238666
        },
        {
            "start": 829238668,
            "stop": 829238674
        },
        {
            "start": 829238677,
            "stop": 829238678
        },
        {
            "start": 829238680,
            "stop": 829238681
        },
        {
            "start": 829238683,
            "stop": 829238684
        },
        {
            "start": 829238688,
            "stop": 829238690
        },
        {
            "start": 829238696,
            "stop": 829238699
        },
        {
            "start": 829238700,
            "stop": 829238712
        },
        {
            "start": 829238715,
            "stop": 829238719
        },
        {
            "start": 829238721,
            "stop": 829238726
        },
        {
            "start": 829238728,
            "stop": 829238730
        },
        {
            "start": 829238732,
            "stop": 829238738
        }
    ]
}