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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=244",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 245,
    "results": [
        {
            "start": 821682831,
            "stop": 821682843
        },
        {
            "start": 821682846,
            "stop": 821682847
        },
        {
            "start": 821682850,
            "stop": 821682852
        },
        {
            "start": 821682855,
            "stop": 821682856
        },
        {
            "start": 821682859,
            "stop": 821682880
        },
        {
            "start": 821682883,
            "stop": 821682885
        },
        {
            "start": 821682888,
            "stop": 821682889
        },
        {
            "start": 821682903,
            "stop": 821682915
        },
        {
            "start": 821682918,
            "stop": 821682919
        },
        {
            "start": 821682922,
            "stop": 821682925
        },
        {
            "start": 821682928,
            "stop": 821682937
        },
        {
            "start": 821682944,
            "stop": 821682948
        },
        {
            "start": 821682958,
            "stop": 821682959
        },
        {
            "start": 821682963,
            "stop": 821682971
        },
        {
            "start": 821682976,
            "stop": 821682988
        },
        {
            "start": 821682995,
            "stop": 821683000
        },
        {
            "start": 821683003,
            "stop": 821683005
        },
        {
            "start": 821683008,
            "stop": 821683017
        },
        {
            "start": 821683020,
            "stop": 821683025
        },
        {
            "start": 821683028,
            "stop": 821683049
        }
    ]
}