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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=140",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 141,
    "results": [
        {
            "start": 931736492,
            "stop": 931736494
        },
        {
            "start": 931736499,
            "stop": 931736504
        },
        {
            "start": 931736510,
            "stop": 931736511
        },
        {
            "start": 931736517,
            "stop": 931736525
        },
        {
            "start": 931736531,
            "stop": 931736544
        },
        {
            "start": 931736550,
            "stop": 931736689
        },
        {
            "start": 931736695,
            "stop": 931736852
        },
        {
            "start": 931736863,
            "stop": 931736906
        },
        {
            "start": 931736912,
            "stop": 931736931
        },
        {
            "start": 931736942,
            "stop": 931736945
        },
        {
            "start": 931736951,
            "stop": 931736959
        },
        {
            "start": 931736965,
            "stop": 931736989
        },
        {
            "start": 931736997,
            "stop": 931737003
        },
        {
            "start": 931737010,
            "stop": 931737016
        },
        {
            "start": 931737022,
            "stop": 931737024
        },
        {
            "start": 931737043,
            "stop": 931737096
        },
        {
            "start": 931737101,
            "stop": 931737321
        },
        {
            "start": 931737326,
            "stop": 931737417
        },
        {
            "start": 931737423,
            "stop": 931737445
        },
        {
            "start": 931737451,
            "stop": 931737518
        }
    ]
}