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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=164",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 165,
    "results": [
        {
            "start": 932563015,
            "stop": 932563024
        },
        {
            "start": 932563025,
            "stop": 932563036
        },
        {
            "start": 932563045,
            "stop": 932563057
        },
        {
            "start": 932563060,
            "stop": 932563061
        },
        {
            "start": 932563064,
            "stop": 932563068
        },
        {
            "start": 932563069,
            "stop": 932563074
        },
        {
            "start": 932563077,
            "stop": 932563078
        },
        {
            "start": 932563086,
            "stop": 932563101
        },
        {
            "start": 932563102,
            "stop": 932563103
        },
        {
            "start": 932563105,
            "stop": 932563107
        },
        {
            "start": 932563110,
            "stop": 932563112
        },
        {
            "start": 932563113,
            "stop": 932563114
        },
        {
            "start": 932563117,
            "stop": 932563133
        },
        {
            "start": 932563136,
            "stop": 932563137
        },
        {
            "start": 932563139,
            "stop": 932563146
        },
        {
            "start": 932563148,
            "stop": 932563150
        },
        {
            "start": 932563153,
            "stop": 932563156
        },
        {
            "start": 932563158,
            "stop": 932563162
        },
        {
            "start": 932563165,
            "stop": 932563170
        },
        {
            "start": 932563171,
            "stop": 932563172
        }
    ]
}