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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=202",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 203,
    "results": [
        {
            "start": 816855559,
            "stop": 816855573
        },
        {
            "start": 816855577,
            "stop": 816855690
        },
        {
            "start": 816855694,
            "stop": 816855742
        },
        {
            "start": 816855746,
            "stop": 816855747
        },
        {
            "start": 816855770,
            "stop": 816855771
        },
        {
            "start": 816855780,
            "stop": 816855811
        },
        {
            "start": 816855816,
            "stop": 816855819
        },
        {
            "start": 816855824,
            "stop": 816855831
        },
        {
            "start": 816855836,
            "stop": 816855857
        },
        {
            "start": 816855861,
            "stop": 816855889
        },
        {
            "start": 816855894,
            "stop": 816855944
        },
        {
            "start": 816855948,
            "stop": 816855959
        },
        {
            "start": 816855963,
            "stop": 816855978
        },
        {
            "start": 816855990,
            "stop": 816855992
        },
        {
            "start": 816856002,
            "stop": 816856006
        },
        {
            "start": 816856009,
            "stop": 816856040
        },
        {
            "start": 816856045,
            "stop": 816856053
        },
        {
            "start": 816856057,
            "stop": 816856062
        },
        {
            "start": 816856067,
            "stop": 816856116
        },
        {
            "start": 816856122,
            "stop": 816856175
        }
    ]
}