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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=779",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=777",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 778,
    "results": [
        {
            "start": 857424623,
            "stop": 857424683
        },
        {
            "start": 857424938,
            "stop": 857426528
        },
        {
            "start": 857426678,
            "stop": 857426798
        },
        {
            "start": 857429308,
            "stop": 857429728
        },
        {
            "start": 857429885,
            "stop": 857430305
        },
        {
            "start": 857430552,
            "stop": 857430792
        },
        {
            "start": 857431035,
            "stop": 857431695
        },
        {
            "start": 857432131,
            "stop": 857432191
        },
        {
            "start": 857432377,
            "stop": 857433097
        },
        {
            "start": 857433276,
            "stop": 857433396
        },
        {
            "start": 857433834,
            "stop": 857434554
        },
        {
            "start": 857434779,
            "stop": 857435139
        },
        {
            "start": 857435544,
            "stop": 857436084
        },
        {
            "start": 857436507,
            "stop": 857442117
        },
        {
            "start": 857442267,
            "stop": 857442387
        },
        {
            "start": 857442569,
            "stop": 857445509
        },
        {
            "start": 857448027,
            "stop": 857448447
        },
        {
            "start": 857448602,
            "stop": 857452442
        },
        {
            "start": 857452472,
            "stop": 857457242
        },
        {
            "start": 857457272,
            "stop": 857457752
        }
    ]
}