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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=367",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 368,
    "results": [
        {
            "start": 818265784,
            "stop": 818265795
        },
        {
            "start": 818265811,
            "stop": 818265813
        },
        {
            "start": 818265830,
            "stop": 818265835
        },
        {
            "start": 818265848,
            "stop": 818265849
        },
        {
            "start": 818265859,
            "stop": 818265860
        },
        {
            "start": 818265866,
            "stop": 818265867
        },
        {
            "start": 818265870,
            "stop": 818265872
        },
        {
            "start": 818265883,
            "stop": 818265884
        },
        {
            "start": 818265896,
            "stop": 818265897
        },
        {
            "start": 818265939,
            "stop": 818265942
        },
        {
            "start": 818265948,
            "stop": 818265949
        },
        {
            "start": 818265957,
            "stop": 818265958
        },
        {
            "start": 818265967,
            "stop": 818265968
        },
        {
            "start": 818265972,
            "stop": 818265981
        },
        {
            "start": 818265995,
            "stop": 818265998
        },
        {
            "start": 818266003,
            "stop": 818266004
        },
        {
            "start": 818266008,
            "stop": 818266010
        },
        {
            "start": 818266015,
            "stop": 818266016
        },
        {
            "start": 818266026,
            "stop": 818266034
        },
        {
            "start": 818266056,
            "stop": 818266060
        }
    ]
}