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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=49",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 50,
    "results": [
        {
            "start": 816154686,
            "stop": 816154747
        },
        {
            "start": 816154750,
            "stop": 816154815
        },
        {
            "start": 816154819,
            "stop": 816154944
        },
        {
            "start": 816154947,
            "stop": 816155457
        },
        {
            "start": 816155460,
            "stop": 816155647
        },
        {
            "start": 816155650,
            "stop": 816155896
        },
        {
            "start": 816155899,
            "stop": 816156149
        },
        {
            "start": 816156152,
            "stop": 816156500
        },
        {
            "start": 816156503,
            "stop": 816156731
        },
        {
            "start": 816156734,
            "stop": 816156892
        },
        {
            "start": 816156895,
            "stop": 816156973
        },
        {
            "start": 816156976,
            "stop": 816157143
        },
        {
            "start": 816157146,
            "stop": 816157452
        },
        {
            "start": 816157455,
            "stop": 816157495
        },
        {
            "start": 816157499,
            "stop": 816157843
        },
        {
            "start": 816157846,
            "stop": 816157933
        },
        {
            "start": 816157950,
            "stop": 816158028
        },
        {
            "start": 816158032,
            "stop": 816158056
        },
        {
            "start": 816158060,
            "stop": 816158089
        },
        {
            "start": 816158092,
            "stop": 816158565
        }
    ]
}