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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2103",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2104,
    "results": [
        {
            "start": 865183350,
            "stop": 865183437
        },
        {
            "start": 865183547,
            "stop": 865184305
        },
        {
            "start": 865184605,
            "stop": 865184644
        },
        {
            "start": 865184944,
            "stop": 865184983
        },
        {
            "start": 865189081,
            "stop": 865189140
        },
        {
            "start": 865189200,
            "stop": 865189237
        },
        {
            "start": 865189347,
            "stop": 865189380
        },
        {
            "start": 865189440,
            "stop": 865189560
        },
        {
            "start": 865189620,
            "stop": 865189695
        },
        {
            "start": 865189995,
            "stop": 865190012
        },
        {
            "start": 865190018,
            "stop": 865190054
        },
        {
            "start": 865193408,
            "stop": 865193435
        },
        {
            "start": 865193440,
            "stop": 865193465
        },
        {
            "start": 865193470,
            "stop": 865193490
        },
        {
            "start": 865194102,
            "stop": 865194360
        },
        {
            "start": 865194480,
            "stop": 865194542
        },
        {
            "start": 865194544,
            "stop": 865194581
        },
        {
            "start": 865194583,
            "stop": 865194588
        },
        {
            "start": 865194590,
            "stop": 865194695
        },
        {
            "start": 865194697,
            "stop": 865194799
        }
    ]
}