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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=203",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 204,
    "results": [
        {
            "start": 933414795,
            "stop": 933414838
        },
        {
            "start": 933414841,
            "stop": 933415215
        },
        {
            "start": 933415575,
            "stop": 933415664
        },
        {
            "start": 933415666,
            "stop": 933416378
        },
        {
            "start": 933419191,
            "stop": 933419443
        },
        {
            "start": 933419445,
            "stop": 933419773
        },
        {
            "start": 933425997,
            "stop": 933426015
        },
        {
            "start": 933426375,
            "stop": 933427675
        },
        {
            "start": 933427693,
            "stop": 933427787
        },
        {
            "start": 933427790,
            "stop": 933427874
        },
        {
            "start": 933427893,
            "stop": 933428429
        },
        {
            "start": 933431363,
            "stop": 933431564
        },
        {
            "start": 933431567,
            "stop": 933433215
        },
        {
            "start": 933481709,
            "stop": 933481889
        },
        {
            "start": 933482520,
            "stop": 933482580
        },
        {
            "start": 933498781,
            "stop": 933498940
        },
        {
            "start": 933504175,
            "stop": 933504179
        },
        {
            "start": 933504181,
            "stop": 933504184
        },
        {
            "start": 933504189,
            "stop": 933504193
        },
        {
            "start": 933504196,
            "stop": 933504208
        }
    ]
}