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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=174",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 175,
    "results": [
        {
            "start": 816831996,
            "stop": 816832001
        },
        {
            "start": 816832012,
            "stop": 816832024
        },
        {
            "start": 816832032,
            "stop": 816832036
        },
        {
            "start": 816832053,
            "stop": 816832058
        },
        {
            "start": 816832080,
            "stop": 816832082
        },
        {
            "start": 816832128,
            "stop": 816832130
        },
        {
            "start": 816832138,
            "stop": 816832221
        },
        {
            "start": 816832225,
            "stop": 816832227
        },
        {
            "start": 816832234,
            "stop": 816832238
        },
        {
            "start": 816832246,
            "stop": 816832248
        },
        {
            "start": 816832259,
            "stop": 816832260
        },
        {
            "start": 816832264,
            "stop": 816832283
        },
        {
            "start": 816832289,
            "stop": 816832311
        },
        {
            "start": 816832320,
            "stop": 816832338
        },
        {
            "start": 816832342,
            "stop": 816832398
        },
        {
            "start": 816832402,
            "stop": 816832413
        },
        {
            "start": 816832417,
            "stop": 816832458
        },
        {
            "start": 816832464,
            "stop": 816832465
        },
        {
            "start": 816832472,
            "stop": 816832473
        },
        {
            "start": 816832479,
            "stop": 816832482
        }
    ]
}