Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=24",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 25,
    "results": [
        {
            "start": 816288368,
            "stop": 816288370
        },
        {
            "start": 816288383,
            "stop": 816288451
        },
        {
            "start": 816288458,
            "stop": 816288460
        },
        {
            "start": 816288466,
            "stop": 816288553
        },
        {
            "start": 816289750,
            "stop": 816289782
        },
        {
            "start": 816289787,
            "stop": 816289822
        },
        {
            "start": 816289829,
            "stop": 816289833
        },
        {
            "start": 816289851,
            "stop": 816289854
        },
        {
            "start": 816289881,
            "stop": 816289922
        },
        {
            "start": 816289926,
            "stop": 816289980
        },
        {
            "start": 816289987,
            "stop": 816289992
        },
        {
            "start": 816290005,
            "stop": 816290031
        },
        {
            "start": 816290042,
            "stop": 816290044
        },
        {
            "start": 816290047,
            "stop": 816290052
        },
        {
            "start": 816290058,
            "stop": 816290063
        },
        {
            "start": 816290069,
            "stop": 816290154
        },
        {
            "start": 816290158,
            "stop": 816290164
        },
        {
            "start": 816290175,
            "stop": 816290218
        },
        {
            "start": 816290224,
            "stop": 816290228
        },
        {
            "start": 816290237,
            "stop": 816290240
        }
    ]
}