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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=88",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 89,
    "results": [
        {
            "start": 821445064,
            "stop": 821445110
        },
        {
            "start": 821445113,
            "stop": 821445154
        },
        {
            "start": 821445157,
            "stop": 821445165
        },
        {
            "start": 821445168,
            "stop": 821445190
        },
        {
            "start": 821445193,
            "stop": 821445274
        },
        {
            "start": 821445277,
            "stop": 821445588
        },
        {
            "start": 821445591,
            "stop": 821445604
        },
        {
            "start": 821445607,
            "stop": 821445690
        },
        {
            "start": 821445693,
            "stop": 821445848
        },
        {
            "start": 821445851,
            "stop": 821445880
        },
        {
            "start": 821445883,
            "stop": 821445973
        },
        {
            "start": 821445976,
            "stop": 821445984
        },
        {
            "start": 821445987,
            "stop": 821446002
        },
        {
            "start": 821446005,
            "stop": 821446010
        },
        {
            "start": 821446013,
            "stop": 821446077
        },
        {
            "start": 821446080,
            "stop": 821446094
        },
        {
            "start": 821446097,
            "stop": 821446196
        },
        {
            "start": 821446199,
            "stop": 821446216
        },
        {
            "start": 821446219,
            "stop": 821446273
        },
        {
            "start": 821446276,
            "stop": 821446363
        }
    ]
}