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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=93",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 94,
    "results": [
        {
            "start": 847361262,
            "stop": 847381458
        },
        {
            "start": 847382390,
            "stop": 847383649
        },
        {
            "start": 847396581,
            "stop": 847402657
        },
        {
            "start": 847404960,
            "stop": 847417126
        },
        {
            "start": 847421708,
            "stop": 847421853
        },
        {
            "start": 847469177,
            "stop": 847469298
        },
        {
            "start": 847475224,
            "stop": 847554987
        },
        {
            "start": 847602253,
            "stop": 847604964
        },
        {
            "start": 847605646,
            "stop": 847622500
        },
        {
            "start": 847637025,
            "stop": 847637467
        },
        {
            "start": 847638826,
            "stop": 847639327
        },
        {
            "start": 847640262,
            "stop": 847659977
        },
        {
            "start": 847660236,
            "stop": 847661539
        },
        {
            "start": 847701031,
            "stop": 847731468
        },
        {
            "start": 847733010,
            "stop": 847733579
        },
        {
            "start": 847734387,
            "stop": 847734822
        },
        {
            "start": 847742700,
            "stop": 847744323
        },
        {
            "start": 847752171,
            "stop": 847753436
        },
        {
            "start": 847775781,
            "stop": 847797118
        },
        {
            "start": 847798683,
            "stop": 847802586
        }
    ]
}