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=9892
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=9893",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9891",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9892,
    "results": [
        {
            "start": 874470840,
            "stop": 874476836
        },
        {
            "start": 874476839,
            "stop": 874476865
        },
        {
            "start": 874476874,
            "stop": 874476926
        },
        {
            "start": 874476936,
            "stop": 874476938
        },
        {
            "start": 874476941,
            "stop": 874478086
        },
        {
            "start": 874478089,
            "stop": 874478116
        },
        {
            "start": 874478119,
            "stop": 874480553
        },
        {
            "start": 874480556,
            "stop": 874480674
        },
        {
            "start": 874480679,
            "stop": 874480683
        },
        {
            "start": 874480686,
            "stop": 874480810
        },
        {
            "start": 874480813,
            "stop": 874480951
        },
        {
            "start": 874480957,
            "stop": 874481158
        },
        {
            "start": 874481161,
            "stop": 874481191
        },
        {
            "start": 874481194,
            "stop": 874481226
        },
        {
            "start": 874481230,
            "stop": 874481238
        },
        {
            "start": 874481241,
            "stop": 874481260
        },
        {
            "start": 874481263,
            "stop": 874481297
        },
        {
            "start": 874481300,
            "stop": 874481303
        },
        {
            "start": 874481306,
            "stop": 874481315
        },
        {
            "start": 874481318,
            "stop": 874481441
        }
    ]
}