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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=182",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 183,
    "results": [
        {
            "start": 847266491,
            "stop": 847317962
        },
        {
            "start": 847320045,
            "stop": 847334435
        },
        {
            "start": 847347771,
            "stop": 847361044
        },
        {
            "start": 847361262,
            "stop": 847381428
        },
        {
            "start": 847382390,
            "stop": 847383619
        },
        {
            "start": 847396581,
            "stop": 847402627
        },
        {
            "start": 847404960,
            "stop": 847416734
        },
        {
            "start": 847421708,
            "stop": 847421823
        },
        {
            "start": 847475224,
            "stop": 847554987
        },
        {
            "start": 847602253,
            "stop": 847604571
        },
        {
            "start": 847605646,
            "stop": 847622470
        },
        {
            "start": 847638826,
            "stop": 847638934
        },
        {
            "start": 847640262,
            "stop": 847651231
        },
        {
            "start": 847651234,
            "stop": 847651238
        },
        {
            "start": 847651240,
            "stop": 847651245
        },
        {
            "start": 847651247,
            "stop": 847659977
        },
        {
            "start": 847660236,
            "stop": 847661125
        },
        {
            "start": 847661127,
            "stop": 847661509
        },
        {
            "start": 847701031,
            "stop": 847731438
        },
        {
            "start": 847733010,
            "stop": 847733579
        }
    ]
}