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=6297
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=6298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6296",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6297,
    "results": [
        {
            "start": 873127064,
            "stop": 873127116
        },
        {
            "start": 873127117,
            "stop": 873127367
        },
        {
            "start": 873127369,
            "stop": 873127456
        },
        {
            "start": 873127458,
            "stop": 873128010
        },
        {
            "start": 873128011,
            "stop": 873128504
        },
        {
            "start": 873128506,
            "stop": 873128601
        },
        {
            "start": 873128602,
            "stop": 873128802
        },
        {
            "start": 873128804,
            "stop": 873128845
        },
        {
            "start": 873128847,
            "stop": 873128909
        },
        {
            "start": 873128910,
            "stop": 873129098
        },
        {
            "start": 873129099,
            "stop": 873129498
        },
        {
            "start": 873129499,
            "stop": 873129573
        },
        {
            "start": 873129574,
            "stop": 873129885
        },
        {
            "start": 873129886,
            "stop": 873130130
        },
        {
            "start": 873130131,
            "stop": 873130253
        },
        {
            "start": 873130254,
            "stop": 873130482
        },
        {
            "start": 873130483,
            "stop": 873130633
        },
        {
            "start": 873130634,
            "stop": 873130698
        },
        {
            "start": 873130700,
            "stop": 873130755
        },
        {
            "start": 873130756,
            "stop": 873130777
        }
    ]
}