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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=289",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 290,
    "results": [
        {
            "start": 852066807,
            "stop": 852066828
        },
        {
            "start": 852066832,
            "stop": 852066837
        },
        {
            "start": 852066841,
            "stop": 852066972
        },
        {
            "start": 852066980,
            "stop": 852066986
        },
        {
            "start": 852066990,
            "stop": 852067010
        },
        {
            "start": 852067018,
            "stop": 852067039
        },
        {
            "start": 852067047,
            "stop": 852067092
        },
        {
            "start": 852067100,
            "stop": 852067106
        },
        {
            "start": 852067125,
            "stop": 852067173
        },
        {
            "start": 852067177,
            "stop": 852067183
        },
        {
            "start": 852067205,
            "stop": 852067211
        },
        {
            "start": 852067219,
            "stop": 852067230
        },
        {
            "start": 852067283,
            "stop": 852067288
        },
        {
            "start": 852067297,
            "stop": 852067312
        },
        {
            "start": 852067341,
            "stop": 852067351
        },
        {
            "start": 852067394,
            "stop": 852067438
        },
        {
            "start": 852067467,
            "stop": 852067479
        },
        {
            "start": 852067487,
            "stop": 852067498
        },
        {
            "start": 852067525,
            "stop": 852067542
        },
        {
            "start": 852067550,
            "stop": 852067561
        }
    ]
}