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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40676",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40674",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40675,
    "results": [
        {
            "start": 874926975,
            "stop": 874926977
        },
        {
            "start": 874926978,
            "stop": 874926981
        },
        {
            "start": 874926982,
            "stop": 874926986
        },
        {
            "start": 874926988,
            "stop": 874926989
        },
        {
            "start": 874926991,
            "stop": 874927000
        },
        {
            "start": 874927002,
            "stop": 874927004
        },
        {
            "start": 874927005,
            "stop": 874927006
        },
        {
            "start": 874927007,
            "stop": 874927008
        },
        {
            "start": 874927010,
            "stop": 874927016
        },
        {
            "start": 874927018,
            "stop": 874927019
        },
        {
            "start": 874927020,
            "stop": 874927023
        },
        {
            "start": 874927026,
            "stop": 874927027
        },
        {
            "start": 874927028,
            "stop": 874927033
        },
        {
            "start": 874927035,
            "stop": 874927046
        },
        {
            "start": 874927047,
            "stop": 874927084
        },
        {
            "start": 874927085,
            "stop": 874927103
        },
        {
            "start": 874927104,
            "stop": 874927180
        },
        {
            "start": 874927181,
            "stop": 874927184
        },
        {
            "start": 874927185,
            "stop": 874927197
        },
        {
            "start": 874927202,
            "stop": 874927261
        }
    ]
}