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=256
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=257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=255",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 256,
    "results": [
        {
            "start": 861505779,
            "stop": 861544063
        },
        {
            "start": 861545299,
            "stop": 861566177
        },
        {
            "start": 861571747,
            "stop": 861577236
        },
        {
            "start": 861578569,
            "stop": 861616358
        },
        {
            "start": 861617016,
            "stop": 861625571
        },
        {
            "start": 861627031,
            "stop": 861629564
        },
        {
            "start": 861630409,
            "stop": 861641325
        },
        {
            "start": 861642410,
            "stop": 861644389
        },
        {
            "start": 861645586,
            "stop": 861647505
        },
        {
            "start": 861648229,
            "stop": 861650085
        },
        {
            "start": 861651234,
            "stop": 861652879
        },
        {
            "start": 861653871,
            "stop": 861654535
        },
        {
            "start": 861655201,
            "stop": 861671624
        },
        {
            "start": 861671628,
            "stop": 861692828
        },
        {
            "start": 861694544,
            "stop": 861739747
        },
        {
            "start": 861742120,
            "stop": 861750673
        },
        {
            "start": 861752477,
            "stop": 861824173
        },
        {
            "start": 861825522,
            "stop": 861843023
        },
        {
            "start": 861845819,
            "stop": 861856433
        },
        {
            "start": 861856436,
            "stop": 861866570
        }
    ]
}