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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=513",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=511",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 512,
    "results": [
        {
            "start": 825313284,
            "stop": 825313329
        },
        {
            "start": 825313649,
            "stop": 825318431
        },
        {
            "start": 825322687,
            "stop": 825323029
        },
        {
            "start": 825323742,
            "stop": 825323892
        },
        {
            "start": 825324605,
            "stop": 825325297
        },
        {
            "start": 825326158,
            "stop": 825327981
        },
        {
            "start": 825329819,
            "stop": 825329872
        },
        {
            "start": 825330192,
            "stop": 825330690
        },
        {
            "start": 825330691,
            "stop": 825330959
        },
        {
            "start": 825338354,
            "stop": 825343160
        },
        {
            "start": 825343187,
            "stop": 825343377
        },
        {
            "start": 825343380,
            "stop": 825345456
        },
        {
            "start": 825345459,
            "stop": 825345685
        },
        {
            "start": 825345686,
            "stop": 825348052
        },
        {
            "start": 825348053,
            "stop": 825348134
        },
        {
            "start": 825348136,
            "stop": 825348156
        },
        {
            "start": 825348158,
            "stop": 825348295
        },
        {
            "start": 825348296,
            "stop": 825348605
        },
        {
            "start": 825377545,
            "stop": 825377976
        },
        {
            "start": 825383339,
            "stop": 825383388
        }
    ]
}