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=431
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=432",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=430",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 431,
    "results": [
        {
            "start": 839228912,
            "stop": 839228972
        },
        {
            "start": 839231783,
            "stop": 839232143
        },
        {
            "start": 839233908,
            "stop": 839233968
        },
        {
            "start": 839234171,
            "stop": 839236301
        },
        {
            "start": 839236451,
            "stop": 839244881
        },
        {
            "start": 839245229,
            "stop": 839246309
        },
        {
            "start": 839246508,
            "stop": 839247588
        },
        {
            "start": 839248621,
            "stop": 839250181
        },
        {
            "start": 839251338,
            "stop": 839252478
        },
        {
            "start": 839252631,
            "stop": 839255811
        },
        {
            "start": 839255972,
            "stop": 839256572
        },
        {
            "start": 839256717,
            "stop": 839258097
        },
        {
            "start": 839260500,
            "stop": 839261520
        },
        {
            "start": 839263674,
            "stop": 839264094
        },
        {
            "start": 839265259,
            "stop": 839266999
        },
        {
            "start": 839268025,
            "stop": 839268505
        },
        {
            "start": 839268766,
            "stop": 839270146
        },
        {
            "start": 839271701,
            "stop": 839273081
        },
        {
            "start": 839278225,
            "stop": 839278285
        },
        {
            "start": 839278426,
            "stop": 839279146
        }
    ]
}