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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4745",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4743",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4744,
    "results": [
        {
            "start": 874506576,
            "stop": 874506628
        },
        {
            "start": 874506647,
            "stop": 874506694
        },
        {
            "start": 874506713,
            "stop": 874506733
        },
        {
            "start": 874506752,
            "stop": 874506907
        },
        {
            "start": 874506932,
            "stop": 874507012
        },
        {
            "start": 874507046,
            "stop": 874507080
        },
        {
            "start": 874507157,
            "stop": 874507232
        },
        {
            "start": 874507251,
            "stop": 874507260
        },
        {
            "start": 874507320,
            "stop": 874507380
        },
        {
            "start": 874507440,
            "stop": 874507457
        },
        {
            "start": 874507476,
            "stop": 874507680
        },
        {
            "start": 874507830,
            "stop": 874507844
        },
        {
            "start": 874507863,
            "stop": 874507924
        },
        {
            "start": 874507948,
            "stop": 874507980
        },
        {
            "start": 874508100,
            "stop": 874508117
        },
        {
            "start": 874508160,
            "stop": 874508180
        },
        {
            "start": 874508216,
            "stop": 874508256
        },
        {
            "start": 874508275,
            "stop": 874508280
        },
        {
            "start": 874508640,
            "stop": 874508656
        },
        {
            "start": 874508686,
            "stop": 874508694
        }
    ]
}