Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3810
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3811",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3809",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3810,
    "results": [
        {
            "start": 874619713,
            "stop": 874619940
        },
        {
            "start": 874620060,
            "stop": 874620780
        },
        {
            "start": 874620840,
            "stop": 874622597
        },
        {
            "start": 874622614,
            "stop": 874622629
        },
        {
            "start": 874624805,
            "stop": 874626624
        },
        {
            "start": 874626641,
            "stop": 874627052
        },
        {
            "start": 874627069,
            "stop": 874627128
        },
        {
            "start": 874627145,
            "stop": 874627185
        },
        {
            "start": 874627202,
            "stop": 874628008
        },
        {
            "start": 874628025,
            "stop": 874628491
        },
        {
            "start": 874628508,
            "stop": 874629352
        },
        {
            "start": 874629355,
            "stop": 874630273
        },
        {
            "start": 874630290,
            "stop": 874631759
        },
        {
            "start": 874631776,
            "stop": 874632681
        },
        {
            "start": 874632698,
            "stop": 874634700
        },
        {
            "start": 874634820,
            "stop": 874635621
        },
        {
            "start": 874635638,
            "stop": 874638060
        },
        {
            "start": 874638180,
            "stop": 874641064
        },
        {
            "start": 874641081,
            "stop": 874643573
        },
        {
            "start": 874643590,
            "stop": 874644000
        }
    ]
}