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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6353",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6354,
    "results": [
        {
            "start": 873456622,
            "stop": 873456788
        },
        {
            "start": 873456789,
            "stop": 873457039
        },
        {
            "start": 873457040,
            "stop": 873457550
        },
        {
            "start": 873457551,
            "stop": 873457826
        },
        {
            "start": 873457827,
            "stop": 873458112
        },
        {
            "start": 873458113,
            "stop": 873459133
        },
        {
            "start": 873459134,
            "stop": 873459712
        },
        {
            "start": 873459714,
            "stop": 873459801
        },
        {
            "start": 873459802,
            "stop": 873460035
        },
        {
            "start": 873460036,
            "stop": 873460237
        },
        {
            "start": 873460238,
            "stop": 873461208
        },
        {
            "start": 873461209,
            "stop": 873461539
        },
        {
            "start": 873461541,
            "stop": 873461737
        },
        {
            "start": 873461739,
            "stop": 873462044
        },
        {
            "start": 873462045,
            "stop": 873462047
        },
        {
            "start": 873462048,
            "stop": 873462716
        },
        {
            "start": 873462718,
            "stop": 873463054
        },
        {
            "start": 873463055,
            "stop": 873463296
        },
        {
            "start": 873463298,
            "stop": 873463744
        },
        {
            "start": 873463745,
            "stop": 873463842
        }
    ]
}