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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=65",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 66,
    "results": [
        {
            "start": 931431492,
            "stop": 931431508
        },
        {
            "start": 931431525,
            "stop": 931431535
        },
        {
            "start": 931431565,
            "stop": 931431581
        },
        {
            "start": 931431599,
            "stop": 931431615
        },
        {
            "start": 931431975,
            "stop": 931432317
        },
        {
            "start": 931432338,
            "stop": 931432341
        },
        {
            "start": 931432358,
            "stop": 931432926
        },
        {
            "start": 931434808,
            "stop": 931434832
        },
        {
            "start": 931434851,
            "stop": 931434993
        },
        {
            "start": 931434996,
            "stop": 931435215
        },
        {
            "start": 931439658,
            "stop": 931439952
        },
        {
            "start": 931443095,
            "stop": 931443259
        },
        {
            "start": 931443262,
            "stop": 931443426
        },
        {
            "start": 931446557,
            "stop": 931446937
        },
        {
            "start": 931446939,
            "stop": 931447130
        },
        {
            "start": 931447132,
            "stop": 931447236
        },
        {
            "start": 931447239,
            "stop": 931447269
        },
        {
            "start": 931447274,
            "stop": 931447312
        },
        {
            "start": 931447314,
            "stop": 931447381
        },
        {
            "start": 931447401,
            "stop": 931447624
        }
    ]
}