Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=80
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=79",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 80,
    "results": [
        {
            "start": 824740369,
            "stop": 824740371
        },
        {
            "start": 824740374,
            "stop": 824740380
        },
        {
            "start": 824740385,
            "stop": 824740401
        },
        {
            "start": 824740404,
            "stop": 824740415
        },
        {
            "start": 824740418,
            "stop": 824740423
        },
        {
            "start": 824740426,
            "stop": 824740434
        },
        {
            "start": 824740437,
            "stop": 824741242
        },
        {
            "start": 824741245,
            "stop": 824741494
        },
        {
            "start": 824741497,
            "stop": 824742731
        },
        {
            "start": 824750016,
            "stop": 824750017
        },
        {
            "start": 824750023,
            "stop": 824750036
        },
        {
            "start": 824750043,
            "stop": 824750046
        },
        {
            "start": 824750057,
            "stop": 824750058
        },
        {
            "start": 824750065,
            "stop": 824750074
        },
        {
            "start": 824750089,
            "stop": 824750090
        },
        {
            "start": 824750097,
            "stop": 824750099
        },
        {
            "start": 824750104,
            "stop": 824750106
        },
        {
            "start": 824750110,
            "stop": 824750112
        },
        {
            "start": 824750118,
            "stop": 824750119
        },
        {
            "start": 824750133,
            "stop": 824750135
        }
    ]
}