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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=146",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 147,
    "results": [
        {
            "start": 931487251,
            "stop": 931487260
        },
        {
            "start": 931487262,
            "stop": 931487299
        },
        {
            "start": 931487301,
            "stop": 931487304
        },
        {
            "start": 931487306,
            "stop": 931487321
        },
        {
            "start": 931487323,
            "stop": 931487327
        },
        {
            "start": 931487329,
            "stop": 931487330
        },
        {
            "start": 931487332,
            "stop": 931487334
        },
        {
            "start": 931487336,
            "stop": 931487355
        },
        {
            "start": 931487356,
            "stop": 931487362
        },
        {
            "start": 931487364,
            "stop": 931487374
        },
        {
            "start": 931487375,
            "stop": 931487409
        },
        {
            "start": 931487411,
            "stop": 931487416
        },
        {
            "start": 931487417,
            "stop": 931487418
        },
        {
            "start": 931487421,
            "stop": 931487429
        },
        {
            "start": 931487431,
            "stop": 931487439
        },
        {
            "start": 931487440,
            "stop": 931487477
        },
        {
            "start": 931487479,
            "stop": 931487489
        },
        {
            "start": 931487490,
            "stop": 931487491
        },
        {
            "start": 931487494,
            "stop": 931487495
        },
        {
            "start": 931487496,
            "stop": 931487502
        }
    ]
}