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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=82",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 83,
    "results": [
        {
            "start": 826010830,
            "stop": 826012288
        },
        {
            "start": 826012320,
            "stop": 826014433
        },
        {
            "start": 826016682,
            "stop": 826017133
        },
        {
            "start": 826017759,
            "stop": 826018016
        },
        {
            "start": 826018048,
            "stop": 826029331
        },
        {
            "start": 826029334,
            "stop": 826039008
        },
        {
            "start": 826039040,
            "stop": 826045984
        },
        {
            "start": 826046016,
            "stop": 826057984
        },
        {
            "start": 826058016,
            "stop": 826062477
        },
        {
            "start": 826067256,
            "stop": 826075024
        },
        {
            "start": 826078086,
            "stop": 826078304
        },
        {
            "start": 826078336,
            "stop": 826078968
        },
        {
            "start": 826080649,
            "stop": 826083613
        },
        {
            "start": 826085017,
            "stop": 826085216
        },
        {
            "start": 826085248,
            "stop": 826086752
        },
        {
            "start": 826086784,
            "stop": 826092477
        },
        {
            "start": 826094903,
            "stop": 826101056
        },
        {
            "start": 826101088,
            "stop": 826109216
        },
        {
            "start": 826109248,
            "stop": 826111573
        },
        {
            "start": 826114755,
            "stop": 826123264
        }
    ]
}