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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=366",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 367,
    "results": [
        {
            "start": 957110087,
            "stop": 957113302
        },
        {
            "start": 957115283,
            "stop": 957116527
        },
        {
            "start": 957124192,
            "stop": 957125136
        },
        {
            "start": 957125143,
            "stop": 957129403
        },
        {
            "start": 957131141,
            "stop": 957133164
        },
        {
            "start": 957136209,
            "stop": 957144869
        },
        {
            "start": 957153221,
            "stop": 957181226
        },
        {
            "start": 957187071,
            "stop": 957199280
        },
        {
            "start": 957200086,
            "stop": 957214642
        },
        {
            "start": 957217159,
            "stop": 957222908
        },
        {
            "start": 957224173,
            "stop": 957226642
        },
        {
            "start": 957231030,
            "stop": 957233049
        },
        {
            "start": 957234314,
            "stop": 957239437
        },
        {
            "start": 957241981,
            "stop": 957280630
        },
        {
            "start": 957292177,
            "stop": 957293068
        },
        {
            "start": 957294895,
            "stop": 957295349
        },
        {
            "start": 957296480,
            "stop": 957297889
        },
        {
            "start": 957299905,
            "stop": 957303733
        },
        {
            "start": 957318806,
            "stop": 957330775
        },
        {
            "start": 957331237,
            "stop": 957355077
        }
    ]
}