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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=103",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 104,
    "results": [
        {
            "start": 1239229794,
            "stop": 1239229871
        },
        {
            "start": 1239229874,
            "stop": 1239229994
        },
        {
            "start": 1239229996,
            "stop": 1239230216
        },
        {
            "start": 1239230217,
            "stop": 1239230386
        },
        {
            "start": 1239230388,
            "stop": 1239230413
        },
        {
            "start": 1239230414,
            "stop": 1239230442
        },
        {
            "start": 1239230445,
            "stop": 1239230463
        },
        {
            "start": 1239230464,
            "stop": 1239230484
        },
        {
            "start": 1239230485,
            "stop": 1239230527
        },
        {
            "start": 1239230530,
            "stop": 1239230533
        },
        {
            "start": 1239230535,
            "stop": 1239230570
        },
        {
            "start": 1239230571,
            "stop": 1239230583
        },
        {
            "start": 1239230584,
            "stop": 1239230983
        },
        {
            "start": 1239230986,
            "stop": 1239231101
        },
        {
            "start": 1239231104,
            "stop": 1239231187
        },
        {
            "start": 1239231190,
            "stop": 1239231227
        },
        {
            "start": 1239231228,
            "stop": 1239231341
        },
        {
            "start": 1239231342,
            "stop": 1239231659
        },
        {
            "start": 1239231662,
            "stop": 1239231696
        },
        {
            "start": 1239231697,
            "stop": 1239231768
        }
    ]
}