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=1847
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=1848",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1846",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1847,
    "results": [
        {
            "start": 843869171,
            "stop": 843869242
        },
        {
            "start": 843869244,
            "stop": 843869248
        },
        {
            "start": 843869250,
            "stop": 843869260
        },
        {
            "start": 843869262,
            "stop": 843869337
        },
        {
            "start": 843869339,
            "stop": 843869427
        },
        {
            "start": 843869430,
            "stop": 843869432
        },
        {
            "start": 843869434,
            "stop": 843869483
        },
        {
            "start": 843869486,
            "stop": 843869519
        },
        {
            "start": 843869521,
            "stop": 843869628
        },
        {
            "start": 843869630,
            "stop": 843869643
        },
        {
            "start": 843869645,
            "stop": 843869647
        },
        {
            "start": 843869649,
            "stop": 843869676
        },
        {
            "start": 843869678,
            "stop": 843869733
        },
        {
            "start": 843869735,
            "stop": 843869750
        },
        {
            "start": 843869753,
            "stop": 843869754
        },
        {
            "start": 843869756,
            "stop": 843869976
        },
        {
            "start": 843869978,
            "stop": 843870015
        },
        {
            "start": 843870017,
            "stop": 843870043
        },
        {
            "start": 843870046,
            "stop": 843870180
        },
        {
            "start": 843870182,
            "stop": 843870186
        }
    ]
}