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=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=214",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 215,
    "results": [
        {
            "start": 933789855,
            "stop": 933789914
        },
        {
            "start": 933789917,
            "stop": 933789989
        },
        {
            "start": 933790049,
            "stop": 933790709
        },
        {
            "start": 933790769,
            "stop": 933790990
        },
        {
            "start": 933791110,
            "stop": 933791362
        },
        {
            "start": 933791367,
            "stop": 933791429
        },
        {
            "start": 933791489,
            "stop": 933793215
        },
        {
            "start": 933793455,
            "stop": 933793649
        },
        {
            "start": 933793709,
            "stop": 933793716
        },
        {
            "start": 933793836,
            "stop": 933794429
        },
        {
            "start": 933794489,
            "stop": 933796169
        },
        {
            "start": 933796289,
            "stop": 933796541
        },
        {
            "start": 933798794,
            "stop": 933798989
        },
        {
            "start": 933799049,
            "stop": 933799131
        },
        {
            "start": 933799150,
            "stop": 933800415
        },
        {
            "start": 933800655,
            "stop": 933801658
        },
        {
            "start": 933801778,
            "stop": 933802169
        },
        {
            "start": 933802229,
            "stop": 933804015
        },
        {
            "start": 933804255,
            "stop": 933804809
        },
        {
            "start": 933804869,
            "stop": 933805709
        }
    ]
}