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=9751
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=9752",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9750",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9751,
    "results": [
        {
            "start": 873463961,
            "stop": 873463962
        },
        {
            "start": 873463964,
            "stop": 873463965
        },
        {
            "start": 873463966,
            "stop": 873463979
        },
        {
            "start": 873463980,
            "stop": 873463985
        },
        {
            "start": 873463987,
            "stop": 873463990
        },
        {
            "start": 873463992,
            "stop": 873464018
        },
        {
            "start": 873464020,
            "stop": 873464023
        },
        {
            "start": 873464024,
            "stop": 873464036
        },
        {
            "start": 873464037,
            "stop": 873464044
        },
        {
            "start": 873464045,
            "stop": 873464048
        },
        {
            "start": 873464049,
            "stop": 873464064
        },
        {
            "start": 873464065,
            "stop": 873464068
        },
        {
            "start": 873464069,
            "stop": 873464079
        },
        {
            "start": 873464080,
            "stop": 873464086
        },
        {
            "start": 873464087,
            "stop": 873464095
        },
        {
            "start": 873464096,
            "stop": 873464098
        },
        {
            "start": 873464100,
            "stop": 873464109
        },
        {
            "start": 873464110,
            "stop": 873464167
        },
        {
            "start": 873464168,
            "stop": 873464194
        },
        {
            "start": 873464195,
            "stop": 873464218
        }
    ]
}