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=174
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=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=173",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 174,
    "results": [
        {
            "start": 816830649,
            "stop": 816830650
        },
        {
            "start": 816831356,
            "stop": 816831381
        },
        {
            "start": 816831385,
            "stop": 816831454
        },
        {
            "start": 816831458,
            "stop": 816831460
        },
        {
            "start": 816831464,
            "stop": 816831465
        },
        {
            "start": 816831472,
            "stop": 816831481
        },
        {
            "start": 816831486,
            "stop": 816831496
        },
        {
            "start": 816831502,
            "stop": 816831503
        },
        {
            "start": 816831509,
            "stop": 816831513
        },
        {
            "start": 816831516,
            "stop": 816831521
        },
        {
            "start": 816831526,
            "stop": 816831529
        },
        {
            "start": 816831543,
            "stop": 816831545
        },
        {
            "start": 816831551,
            "stop": 816831553
        },
        {
            "start": 816831559,
            "stop": 816831562
        },
        {
            "start": 816831567,
            "stop": 816831569
        },
        {
            "start": 816831574,
            "stop": 816831702
        },
        {
            "start": 816831706,
            "stop": 816831821
        },
        {
            "start": 816831825,
            "stop": 816831829
        },
        {
            "start": 816831834,
            "stop": 816831836
        },
        {
            "start": 816831843,
            "stop": 816831992
        }
    ]
}