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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=112",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 113,
    "results": [
        {
            "start": 931431557,
            "stop": 931431589
        },
        {
            "start": 931431591,
            "stop": 931431654
        },
        {
            "start": 931431657,
            "stop": 931431668
        },
        {
            "start": 931431670,
            "stop": 931432325
        },
        {
            "start": 931432327,
            "stop": 931432328
        },
        {
            "start": 931432330,
            "stop": 931432349
        },
        {
            "start": 931432350,
            "stop": 931432926
        },
        {
            "start": 931434808,
            "stop": 931434840
        },
        {
            "start": 931434843,
            "stop": 931435521
        },
        {
            "start": 931439658,
            "stop": 931439952
        },
        {
            "start": 931443031,
            "stop": 931443042
        },
        {
            "start": 931443044,
            "stop": 931443045
        },
        {
            "start": 931443049,
            "stop": 931443060
        },
        {
            "start": 931443062,
            "stop": 931443063
        },
        {
            "start": 931443066,
            "stop": 931443067
        },
        {
            "start": 931443069,
            "stop": 931443072
        },
        {
            "start": 931443074,
            "stop": 931443086
        },
        {
            "start": 931443087,
            "stop": 931443426
        },
        {
            "start": 931446557,
            "stop": 931447389
        },
        {
            "start": 931447391,
            "stop": 931447392
        }
    ]
}