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_CAT2_H2L1/segments?format=api&page=848
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=849",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=847",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 848,
    "results": [
        {
            "start": 864526865,
            "stop": 864528515
        },
        {
            "start": 864528545,
            "stop": 864529115
        },
        {
            "start": 864529313,
            "stop": 864532853
        },
        {
            "start": 864533003,
            "stop": 864542033
        },
        {
            "start": 864543030,
            "stop": 864548730
        },
        {
            "start": 864548886,
            "stop": 864549516
        },
        {
            "start": 864549666,
            "stop": 864550926
        },
        {
            "start": 864551127,
            "stop": 864557697
        },
        {
            "start": 864557847,
            "stop": 864560247
        },
        {
            "start": 864560890,
            "stop": 864561130
        },
        {
            "start": 864561304,
            "stop": 864562684
        },
        {
            "start": 864562898,
            "stop": 864563378
        },
        {
            "start": 864566342,
            "stop": 864566522
        },
        {
            "start": 864567105,
            "stop": 864567765
        },
        {
            "start": 864567921,
            "stop": 864567981
        },
        {
            "start": 864568289,
            "stop": 864568529
        },
        {
            "start": 864568678,
            "stop": 864570778
        },
        {
            "start": 864570961,
            "stop": 864571021
        },
        {
            "start": 864571177,
            "stop": 864571297
        },
        {
            "start": 864571438,
            "stop": 864571678
        }
    ]
}