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=6317
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=6318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6316",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6317,
    "results": [
        {
            "start": 873235817,
            "stop": 873235849
        },
        {
            "start": 873235850,
            "stop": 873236412
        },
        {
            "start": 873236413,
            "stop": 873236859
        },
        {
            "start": 873236860,
            "stop": 873236943
        },
        {
            "start": 873236944,
            "stop": 873237011
        },
        {
            "start": 873237012,
            "stop": 873237015
        },
        {
            "start": 873237016,
            "stop": 873237140
        },
        {
            "start": 873237142,
            "stop": 873237151
        },
        {
            "start": 873237153,
            "stop": 873237229
        },
        {
            "start": 873237230,
            "stop": 873237510
        },
        {
            "start": 873237511,
            "stop": 873237562
        },
        {
            "start": 873237563,
            "stop": 873237631
        },
        {
            "start": 873237632,
            "stop": 873238190
        },
        {
            "start": 873238191,
            "stop": 873238511
        },
        {
            "start": 873238512,
            "stop": 873238594
        },
        {
            "start": 873238595,
            "stop": 873238917
        },
        {
            "start": 873238918,
            "stop": 873239096
        },
        {
            "start": 873239097,
            "stop": 873239333
        },
        {
            "start": 873239334,
            "stop": 873239434
        },
        {
            "start": 873239435,
            "stop": 873239479
        }
    ]
}