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=9814
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=9815",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9813",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9814,
    "results": [
        {
            "start": 873947002,
            "stop": 873947014
        },
        {
            "start": 873947019,
            "stop": 873947028
        },
        {
            "start": 873947031,
            "stop": 873947100
        },
        {
            "start": 873947103,
            "stop": 873947480
        },
        {
            "start": 873947483,
            "stop": 873947505
        },
        {
            "start": 873947508,
            "stop": 873948363
        },
        {
            "start": 873948366,
            "stop": 873949243
        },
        {
            "start": 873949247,
            "stop": 873949615
        },
        {
            "start": 873949618,
            "stop": 873949621
        },
        {
            "start": 873949624,
            "stop": 873949634
        },
        {
            "start": 873949637,
            "stop": 873949661
        },
        {
            "start": 873949664,
            "stop": 873949671
        },
        {
            "start": 873949674,
            "stop": 873949875
        },
        {
            "start": 873949878,
            "stop": 873950278
        },
        {
            "start": 873950281,
            "stop": 873951006
        },
        {
            "start": 873951009,
            "stop": 873951733
        },
        {
            "start": 873951736,
            "stop": 873952884
        },
        {
            "start": 873952887,
            "stop": 873953330
        },
        {
            "start": 873953333,
            "stop": 873954172
        },
        {
            "start": 873954175,
            "stop": 873957225
        }
    ]
}