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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=93",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 94,
    "results": [
        {
            "start": 821400676,
            "stop": 821400690
        },
        {
            "start": 821400693,
            "stop": 821400707
        },
        {
            "start": 821400710,
            "stop": 821400763
        },
        {
            "start": 821400766,
            "stop": 821400889
        },
        {
            "start": 821400892,
            "stop": 821400908
        },
        {
            "start": 821400911,
            "stop": 821400914
        },
        {
            "start": 821400917,
            "stop": 821401037
        },
        {
            "start": 821401040,
            "stop": 821401339
        },
        {
            "start": 821401342,
            "stop": 821401523
        },
        {
            "start": 821401526,
            "stop": 821401703
        },
        {
            "start": 821401706,
            "stop": 821401754
        },
        {
            "start": 821401757,
            "stop": 821401937
        },
        {
            "start": 821401940,
            "stop": 821401958
        },
        {
            "start": 821401961,
            "stop": 821402001
        },
        {
            "start": 821402004,
            "stop": 821402338
        },
        {
            "start": 821402341,
            "stop": 821402606
        },
        {
            "start": 821402609,
            "stop": 821403409
        },
        {
            "start": 821403412,
            "stop": 821403583
        },
        {
            "start": 821403586,
            "stop": 821404728
        },
        {
            "start": 821404731,
            "stop": 821410990
        }
    ]
}