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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=63",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 64,
    "results": [
        {
            "start": 931431525,
            "stop": 931431535
        },
        {
            "start": 931431565,
            "stop": 931431581
        },
        {
            "start": 931431599,
            "stop": 931431615
        },
        {
            "start": 931431975,
            "stop": 931432317
        },
        {
            "start": 931432338,
            "stop": 931432341
        },
        {
            "start": 931432358,
            "stop": 931432821
        },
        {
            "start": 931434808,
            "stop": 931434832
        },
        {
            "start": 931434851,
            "stop": 931434993
        },
        {
            "start": 931434996,
            "stop": 931435215
        },
        {
            "start": 931439658,
            "stop": 931439847
        },
        {
            "start": 931443095,
            "stop": 931443259
        },
        {
            "start": 931443262,
            "stop": 931443321
        },
        {
            "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
        },
        {
            "start": 931447642,
            "stop": 931447713
        }
    ]
}