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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=327",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 328,
    "results": [
        {
            "start": 821400421,
            "stop": 821400456
        },
        {
            "start": 821400459,
            "stop": 821400616
        },
        {
            "start": 821400619,
            "stop": 821400675
        },
        {
            "start": 821400676,
            "stop": 821400690
        },
        {
            "start": 821400693,
            "stop": 821400707
        },
        {
            "start": 821400713,
            "stop": 821400729
        },
        {
            "start": 821400732,
            "stop": 821400763
        },
        {
            "start": 821400766,
            "stop": 821400889
        },
        {
            "start": 821400892,
            "stop": 821400908
        },
        {
            "start": 821400911,
            "stop": 821400914
        },
        {
            "start": 821400917,
            "stop": 821401037
        },
        {
            "start": 821401040,
            "stop": 821401331
        },
        {
            "start": 821401334,
            "stop": 821401339
        },
        {
            "start": 821401342,
            "stop": 821401523
        },
        {
            "start": 821401526,
            "stop": 821401703
        },
        {
            "start": 821401706,
            "stop": 821401716
        },
        {
            "start": 821401719,
            "stop": 821401754
        },
        {
            "start": 821401757,
            "stop": 821401937
        },
        {
            "start": 821401940,
            "stop": 821401958
        },
        {
            "start": 821401961,
            "stop": 821402001
        }
    ]
}