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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=115",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 116,
    "results": [
        {
            "start": 821502547,
            "stop": 821502572
        },
        {
            "start": 821502575,
            "stop": 821502628
        },
        {
            "start": 821502631,
            "stop": 821503047
        },
        {
            "start": 821503050,
            "stop": 821503719
        },
        {
            "start": 821503769,
            "stop": 821506046
        },
        {
            "start": 821506049,
            "stop": 821506096
        },
        {
            "start": 821506099,
            "stop": 821506342
        },
        {
            "start": 821506346,
            "stop": 821506363
        },
        {
            "start": 821506366,
            "stop": 821506674
        },
        {
            "start": 821506677,
            "stop": 821506692
        },
        {
            "start": 821506698,
            "stop": 821506920
        },
        {
            "start": 821506923,
            "stop": 821506986
        },
        {
            "start": 821506989,
            "stop": 821507128
        },
        {
            "start": 821507131,
            "stop": 821507205
        },
        {
            "start": 821507208,
            "stop": 821507256
        },
        {
            "start": 821507259,
            "stop": 821507414
        },
        {
            "start": 821507417,
            "stop": 821507420
        },
        {
            "start": 821507424,
            "stop": 821507449
        },
        {
            "start": 821507452,
            "stop": 821507461
        },
        {
            "start": 821507464,
            "stop": 821507476
        }
    ]
}