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=1901
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=1902",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1900",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1901,
    "results": [
        {
            "start": 847378656,
            "stop": 847378657
        },
        {
            "start": 847378658,
            "stop": 847381258
        },
        {
            "start": 847381830,
            "stop": 847383641
        },
        {
            "start": 847383751,
            "stop": 847383752
        },
        {
            "start": 847384052,
            "stop": 847384202
        },
        {
            "start": 847384204,
            "stop": 847384374
        },
        {
            "start": 847394954,
            "stop": 847395196
        },
        {
            "start": 847395496,
            "stop": 847395577
        },
        {
            "start": 847395948,
            "stop": 847396632
        },
        {
            "start": 847396638,
            "stop": 847402405
        },
        {
            "start": 847404803,
            "stop": 847416831
        },
        {
            "start": 847425715,
            "stop": 847425821
        },
        {
            "start": 847426121,
            "stop": 847426357
        },
        {
            "start": 847426820,
            "stop": 847427053
        },
        {
            "start": 847427353,
            "stop": 847427376
        },
        {
            "start": 847427804,
            "stop": 847430491
        },
        {
            "start": 847430842,
            "stop": 847432103
        },
        {
            "start": 847432213,
            "stop": 847432968
        },
        {
            "start": 847473393,
            "stop": 847473611
        },
        {
            "start": 847473911,
            "stop": 847473930
        }
    ]
}