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=1322
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=1323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1321",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1322,
    "results": [
        {
            "start": 843839117,
            "stop": 843839126
        },
        {
            "start": 843839130,
            "stop": 843839142
        },
        {
            "start": 843839146,
            "stop": 843839159
        },
        {
            "start": 843839165,
            "stop": 843839179
        },
        {
            "start": 843839182,
            "stop": 843839184
        },
        {
            "start": 843839187,
            "stop": 843839200
        },
        {
            "start": 843839211,
            "stop": 843839216
        },
        {
            "start": 843839221,
            "stop": 843839228
        },
        {
            "start": 843839231,
            "stop": 843839241
        },
        {
            "start": 843839244,
            "stop": 843839269
        },
        {
            "start": 843839272,
            "stop": 843839308
        },
        {
            "start": 843839311,
            "stop": 843839320
        },
        {
            "start": 843839323,
            "stop": 843839364
        },
        {
            "start": 843839369,
            "stop": 843839370
        },
        {
            "start": 843839373,
            "stop": 843839381
        },
        {
            "start": 843839384,
            "stop": 843839394
        },
        {
            "start": 843839397,
            "stop": 843839422
        },
        {
            "start": 843839426,
            "stop": 843839428
        },
        {
            "start": 843839437,
            "stop": 843839454
        },
        {
            "start": 843839457,
            "stop": 843839523
        }
    ]
}