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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=325",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 326,
    "results": [
        {
            "start": 821495580,
            "stop": 821496060
        },
        {
            "start": 821496120,
            "stop": 821496181
        },
        {
            "start": 821497024,
            "stop": 821497500
        },
        {
            "start": 821497560,
            "stop": 821500120
        },
        {
            "start": 821500123,
            "stop": 821500260
        },
        {
            "start": 821500320,
            "stop": 821500436
        },
        {
            "start": 821500439,
            "stop": 821500449
        },
        {
            "start": 821500452,
            "stop": 821501542
        },
        {
            "start": 821501546,
            "stop": 821501548
        },
        {
            "start": 821501552,
            "stop": 821501624
        },
        {
            "start": 821501820,
            "stop": 821501937
        },
        {
            "start": 821501940,
            "stop": 821502463
        },
        {
            "start": 821502466,
            "stop": 821502882
        },
        {
            "start": 821503066,
            "stop": 821505027
        },
        {
            "start": 821505208,
            "stop": 821506404
        },
        {
            "start": 821506407,
            "stop": 821506549
        },
        {
            "start": 821506552,
            "stop": 821507697
        },
        {
            "start": 821507701,
            "stop": 821507703
        },
        {
            "start": 821507706,
            "stop": 821508384
        },
        {
            "start": 821508387,
            "stop": 821508555
        }
    ]
}