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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=948",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=946",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 947,
    "results": [
        {
            "start": 867180976,
            "stop": 867181036
        },
        {
            "start": 867181172,
            "stop": 867181382
        },
        {
            "start": 867181442,
            "stop": 867181712
        },
        {
            "start": 867181742,
            "stop": 867182612
        },
        {
            "start": 867182899,
            "stop": 867183019
        },
        {
            "start": 867183169,
            "stop": 867183949
        },
        {
            "start": 867184090,
            "stop": 867184420
        },
        {
            "start": 867184480,
            "stop": 867184600
        },
        {
            "start": 867184660,
            "stop": 867190270
        },
        {
            "start": 867190525,
            "stop": 867191065
        },
        {
            "start": 867192197,
            "stop": 867192407
        },
        {
            "start": 867192557,
            "stop": 867194687
        },
        {
            "start": 867194837,
            "stop": 867199997
        },
        {
            "start": 867200117,
            "stop": 867200297
        },
        {
            "start": 867200513,
            "stop": 867206303
        },
        {
            "start": 867206453,
            "stop": 867222653
        },
        {
            "start": 867223834,
            "stop": 867230614
        },
        {
            "start": 867230764,
            "stop": 867238234
        },
        {
            "start": 867238428,
            "stop": 867246558
        },
        {
            "start": 867246708,
            "stop": 867249588
        }
    ]
}