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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=367",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 368,
    "results": [
        {
            "start": 821370474,
            "stop": 821370599
        },
        {
            "start": 821370618,
            "stop": 821370665
        },
        {
            "start": 821370684,
            "stop": 821370706
        },
        {
            "start": 821370709,
            "stop": 821370776
        },
        {
            "start": 821370795,
            "stop": 821370976
        },
        {
            "start": 821370980,
            "stop": 821371052
        },
        {
            "start": 821371055,
            "stop": 821371344
        },
        {
            "start": 821371363,
            "stop": 821371576
        },
        {
            "start": 821371595,
            "stop": 821371805
        },
        {
            "start": 821371808,
            "stop": 821371809
        },
        {
            "start": 821371828,
            "stop": 821371850
        },
        {
            "start": 821371869,
            "stop": 821371919
        },
        {
            "start": 821371922,
            "stop": 821371933
        },
        {
            "start": 821371963,
            "stop": 821371991
        },
        {
            "start": 821372010,
            "stop": 821372062
        },
        {
            "start": 821372084,
            "stop": 821372129
        },
        {
            "start": 821372148,
            "stop": 821372169
        },
        {
            "start": 821372188,
            "stop": 821372205
        },
        {
            "start": 821372224,
            "stop": 821372233
        },
        {
            "start": 821372236,
            "stop": 821372245
        }
    ]
}