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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=76",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 77,
    "results": [
        {
            "start": 817511218,
            "stop": 817511520
        },
        {
            "start": 817511580,
            "stop": 817511904
        },
        {
            "start": 817511936,
            "stop": 817512000
        },
        {
            "start": 817512120,
            "stop": 817513898
        },
        {
            "start": 817513915,
            "stop": 817513920
        },
        {
            "start": 817514040,
            "stop": 817514100
        },
        {
            "start": 817514160,
            "stop": 817514198
        },
        {
            "start": 817514215,
            "stop": 817514220
        },
        {
            "start": 817514280,
            "stop": 817514340
        },
        {
            "start": 817514400,
            "stop": 817515480
        },
        {
            "start": 817515540,
            "stop": 817515720
        },
        {
            "start": 817515780,
            "stop": 817516500
        },
        {
            "start": 817516560,
            "stop": 817516620
        },
        {
            "start": 817516680,
            "stop": 817516980
        },
        {
            "start": 817517040,
            "stop": 817517408
        },
        {
            "start": 817517440,
            "stop": 817519645
        },
        {
            "start": 817519754,
            "stop": 817520544
        },
        {
            "start": 817520576,
            "stop": 817521074
        },
        {
            "start": 817521266,
            "stop": 817521720
        },
        {
            "start": 817521780,
            "stop": 817524992
        }
    ]
}