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=318
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=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=317",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 318,
    "results": [
        {
            "start": 871592461,
            "stop": 871597069
        },
        {
            "start": 871597807,
            "stop": 871598539
        },
        {
            "start": 871598542,
            "stop": 871601529
        },
        {
            "start": 871601532,
            "stop": 871619273
        },
        {
            "start": 871622311,
            "stop": 871629387
        },
        {
            "start": 871629390,
            "stop": 871639931
        },
        {
            "start": 871639934,
            "stop": 871653629
        },
        {
            "start": 871654803,
            "stop": 871671993
        },
        {
            "start": 871673502,
            "stop": 871675384
        },
        {
            "start": 871675999,
            "stop": 871679589
        },
        {
            "start": 871680609,
            "stop": 871685652
        },
        {
            "start": 871693044,
            "stop": 871695375
        },
        {
            "start": 871696727,
            "stop": 871718949
        },
        {
            "start": 871719595,
            "stop": 871743924
        },
        {
            "start": 871760075,
            "stop": 871803482
        },
        {
            "start": 871804051,
            "stop": 871836986
        },
        {
            "start": 871836987,
            "stop": 871853582
        },
        {
            "start": 871858696,
            "stop": 871920959
        },
        {
            "start": 871922459,
            "stop": 871933653
        },
        {
            "start": 871934718,
            "stop": 872015131
        }
    ]
}