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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=165",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 166,
    "results": [
        {
            "start": 820428734,
            "stop": 820428964
        },
        {
            "start": 820428968,
            "stop": 820429622
        },
        {
            "start": 820429625,
            "stop": 820429698
        },
        {
            "start": 820429701,
            "stop": 820429795
        },
        {
            "start": 820429799,
            "stop": 820429889
        },
        {
            "start": 820431584,
            "stop": 820431985
        },
        {
            "start": 820431988,
            "stop": 820431992
        },
        {
            "start": 820431996,
            "stop": 820432150
        },
        {
            "start": 820432155,
            "stop": 820432159
        },
        {
            "start": 820432162,
            "stop": 820432167
        },
        {
            "start": 820432170,
            "stop": 820432242
        },
        {
            "start": 820432246,
            "stop": 820432393
        },
        {
            "start": 820432404,
            "stop": 820432406
        },
        {
            "start": 820432550,
            "stop": 820432682
        },
        {
            "start": 820432686,
            "stop": 820432691
        },
        {
            "start": 820432694,
            "stop": 820432889
        },
        {
            "start": 820432893,
            "stop": 820433639
        },
        {
            "start": 820435906,
            "stop": 820436058
        },
        {
            "start": 820436061,
            "stop": 820436306
        },
        {
            "start": 820436309,
            "stop": 820436339
        }
    ]
}