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/H1_CBCHIGH_CAT4/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/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=65",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 66,
    "results": [
        {
            "start": 817302962,
            "stop": 817304575
        },
        {
            "start": 817304579,
            "stop": 817306620
        },
        {
            "start": 817306740,
            "stop": 817308660
        },
        {
            "start": 817308720,
            "stop": 817309303
        },
        {
            "start": 817309664,
            "stop": 817312251
        },
        {
            "start": 817312268,
            "stop": 817312501
        },
        {
            "start": 817314125,
            "stop": 817314429
        },
        {
            "start": 817334047,
            "stop": 817334160
        },
        {
            "start": 817335600,
            "stop": 817335780
        },
        {
            "start": 817335840,
            "stop": 817335941
        },
        {
            "start": 817335958,
            "stop": 817336200
        },
        {
            "start": 817336440,
            "stop": 817336464
        },
        {
            "start": 817336467,
            "stop": 817336497
        },
        {
            "start": 817336620,
            "stop": 817337040
        },
        {
            "start": 817337100,
            "stop": 817337229
        },
        {
            "start": 817337232,
            "stop": 817337287
        },
        {
            "start": 817337308,
            "stop": 817337340
        },
        {
            "start": 817337400,
            "stop": 817338403
        },
        {
            "start": 817338584,
            "stop": 817338600
        },
        {
            "start": 817338720,
            "stop": 817338780
        }
    ]
}