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=6404
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=6405",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6403",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6404,
    "results": [
        {
            "start": 873669669,
            "stop": 873669736
        },
        {
            "start": 873672340,
            "stop": 873672349
        },
        {
            "start": 873672351,
            "stop": 873672373
        },
        {
            "start": 873672374,
            "stop": 873672482
        },
        {
            "start": 873672483,
            "stop": 873672575
        },
        {
            "start": 873672576,
            "stop": 873672791
        },
        {
            "start": 873672792,
            "stop": 873673097
        },
        {
            "start": 873673098,
            "stop": 873673216
        },
        {
            "start": 873673217,
            "stop": 873673232
        },
        {
            "start": 873673233,
            "stop": 873673314
        },
        {
            "start": 873673315,
            "stop": 873673634
        },
        {
            "start": 873673635,
            "stop": 873673636
        },
        {
            "start": 873673637,
            "stop": 873673779
        },
        {
            "start": 873673781,
            "stop": 873673912
        },
        {
            "start": 873673913,
            "stop": 873674299
        },
        {
            "start": 873674300,
            "stop": 873674350
        },
        {
            "start": 873674351,
            "stop": 873674521
        },
        {
            "start": 873674522,
            "stop": 873674833
        },
        {
            "start": 873674834,
            "stop": 873674985
        },
        {
            "start": 873674986,
            "stop": 873675023
        }
    ]
}