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_CAT3/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_CAT3/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=164",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 165,
    "results": [
        {
            "start": 932486940,
            "stop": 932486950
        },
        {
            "start": 932492039,
            "stop": 932492051
        },
        {
            "start": 932492053,
            "stop": 932492170
        },
        {
            "start": 932492173,
            "stop": 932492216
        },
        {
            "start": 932492218,
            "stop": 932492245
        },
        {
            "start": 932492249,
            "stop": 932492276
        },
        {
            "start": 932492278,
            "stop": 932492576
        },
        {
            "start": 932492578,
            "stop": 932493016
        },
        {
            "start": 932493019,
            "stop": 932493192
        },
        {
            "start": 932493197,
            "stop": 932493615
        },
        {
            "start": 932493975,
            "stop": 932494808
        },
        {
            "start": 932495918,
            "stop": 932496499
        },
        {
            "start": 932498631,
            "stop": 932500699
        },
        {
            "start": 932500704,
            "stop": 932500815
        },
        {
            "start": 932501175,
            "stop": 932501651
        },
        {
            "start": 932501654,
            "stop": 932501697
        },
        {
            "start": 932501702,
            "stop": 932503981
        },
        {
            "start": 932503986,
            "stop": 932504333
        },
        {
            "start": 932504336,
            "stop": 932504415
        },
        {
            "start": 932505817,
            "stop": 932508015
        }
    ]
}