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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=71",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 72,
    "results": [
        {
            "start": 822394460,
            "stop": 822394466
        },
        {
            "start": 822394470,
            "stop": 822413327
        },
        {
            "start": 822413967,
            "stop": 822417133
        },
        {
            "start": 822423774,
            "stop": 822423880
        },
        {
            "start": 822423884,
            "stop": 822424005
        },
        {
            "start": 822424020,
            "stop": 822424025
        },
        {
            "start": 822424034,
            "stop": 822424054
        },
        {
            "start": 822424064,
            "stop": 822424127
        },
        {
            "start": 822424131,
            "stop": 822424194
        },
        {
            "start": 822424203,
            "stop": 822424237
        },
        {
            "start": 822424241,
            "stop": 822424246
        },
        {
            "start": 822424256,
            "stop": 822424261
        },
        {
            "start": 822424265,
            "stop": 822424276
        },
        {
            "start": 822424289,
            "stop": 822424304
        },
        {
            "start": 822424314,
            "stop": 822424319
        },
        {
            "start": 822424328,
            "stop": 822424401
        },
        {
            "start": 822424410,
            "stop": 822424486
        },
        {
            "start": 822424490,
            "stop": 822424496
        },
        {
            "start": 822424500,
            "stop": 822424535
        },
        {
            "start": 822424539,
            "stop": 822424555
        }
    ]
}