Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=64",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 65,
    "results": [
        {
            "start": 816192098,
            "stop": 816192130
        },
        {
            "start": 816192133,
            "stop": 816192143
        },
        {
            "start": 816192146,
            "stop": 816192150
        },
        {
            "start": 816192153,
            "stop": 816192181
        },
        {
            "start": 816192756,
            "stop": 816192804
        },
        {
            "start": 816192808,
            "stop": 816192855
        },
        {
            "start": 816192858,
            "stop": 816192860
        },
        {
            "start": 816192865,
            "stop": 816192868
        },
        {
            "start": 816192871,
            "stop": 816192965
        },
        {
            "start": 816192968,
            "stop": 816193024
        },
        {
            "start": 816193216,
            "stop": 816193243
        },
        {
            "start": 816193246,
            "stop": 816193275
        },
        {
            "start": 816193278,
            "stop": 816193328
        },
        {
            "start": 816193331,
            "stop": 816193483
        },
        {
            "start": 816193486,
            "stop": 816193767
        },
        {
            "start": 816193771,
            "stop": 816193795
        },
        {
            "start": 816193822,
            "stop": 816194027
        },
        {
            "start": 816194030,
            "stop": 816194173
        },
        {
            "start": 816194176,
            "stop": 816194233
        },
        {
            "start": 816194236,
            "stop": 816194291
        }
    ]
}