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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5195",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5196,
    "results": [
        {
            "start": 875151217,
            "stop": 875151347
        },
        {
            "start": 875151370,
            "stop": 875151562
        },
        {
            "start": 875151581,
            "stop": 875151967
        },
        {
            "start": 875151987,
            "stop": 875151991
        },
        {
            "start": 875152010,
            "stop": 875152057
        },
        {
            "start": 875152077,
            "stop": 875152282
        },
        {
            "start": 875152301,
            "stop": 875152529
        },
        {
            "start": 875152563,
            "stop": 875152787
        },
        {
            "start": 875152814,
            "stop": 875153012
        },
        {
            "start": 875153031,
            "stop": 875153180
        },
        {
            "start": 875153200,
            "stop": 875153212
        },
        {
            "start": 875153231,
            "stop": 875153310
        },
        {
            "start": 875153329,
            "stop": 875153682
        },
        {
            "start": 875153720,
            "stop": 875153970
        },
        {
            "start": 875162580,
            "stop": 875162640
        },
        {
            "start": 875162880,
            "stop": 875163000
        },
        {
            "start": 875163120,
            "stop": 875163180
        },
        {
            "start": 875163240,
            "stop": 875163360
        },
        {
            "start": 875163420,
            "stop": 875163480
        },
        {
            "start": 875163600,
            "stop": 875163660
        }
    ]
}