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=250
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=251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=249",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 250,
    "results": [
        {
            "start": 829167528,
            "stop": 829167648
        },
        {
            "start": 829278812,
            "stop": 829279082
        },
        {
            "start": 829279112,
            "stop": 829283192
        },
        {
            "start": 829283486,
            "stop": 829283666
        },
        {
            "start": 829283826,
            "stop": 829283946
        },
        {
            "start": 829284686,
            "stop": 829284986
        },
        {
            "start": 829285116,
            "stop": 829285176
        },
        {
            "start": 829285306,
            "stop": 829286146
        },
        {
            "start": 829286302,
            "stop": 829290352
        },
        {
            "start": 829290472,
            "stop": 829290532
        },
        {
            "start": 829290652,
            "stop": 829290772
        },
        {
            "start": 829290802,
            "stop": 829290922
        },
        {
            "start": 829291042,
            "stop": 829293442
        },
        {
            "start": 829294688,
            "stop": 829302788
        },
        {
            "start": 829302938,
            "stop": 829303508
        },
        {
            "start": 829304698,
            "stop": 829308838
        },
        {
            "start": 829308995,
            "stop": 829310195
        },
        {
            "start": 829310346,
            "stop": 829311006
        },
        {
            "start": 829311456,
            "stop": 829311516
        },
        {
            "start": 829311881,
            "stop": 829315181
        }
    ]
}