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=157
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=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=156",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 157,
    "results": [
        {
            "start": 816777356,
            "stop": 816777457
        },
        {
            "start": 816777462,
            "stop": 816777471
        },
        {
            "start": 816777474,
            "stop": 816777478
        },
        {
            "start": 816777483,
            "stop": 816777502
        },
        {
            "start": 816777506,
            "stop": 816777508
        },
        {
            "start": 816777514,
            "stop": 816777515
        },
        {
            "start": 816777521,
            "stop": 816777522
        },
        {
            "start": 816777528,
            "stop": 816777530
        },
        {
            "start": 816777535,
            "stop": 816777537
        },
        {
            "start": 816777541,
            "stop": 816777550
        },
        {
            "start": 816777554,
            "stop": 816777568
        },
        {
            "start": 816777575,
            "stop": 816777615
        },
        {
            "start": 816777619,
            "stop": 816777623
        },
        {
            "start": 816777630,
            "stop": 816777758
        },
        {
            "start": 816777762,
            "stop": 816777766
        },
        {
            "start": 816777770,
            "stop": 816777773
        },
        {
            "start": 816777777,
            "stop": 816777820
        },
        {
            "start": 816777828,
            "stop": 816777898
        },
        {
            "start": 816777903,
            "stop": 816777905
        },
        {
            "start": 816777910,
            "stop": 816777912
        }
    ]
}