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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=105",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 106,
    "results": [
        {
            "start": 821497802,
            "stop": 821497807
        },
        {
            "start": 821497810,
            "stop": 821497825
        },
        {
            "start": 821497828,
            "stop": 821497833
        },
        {
            "start": 821497836,
            "stop": 821497848
        },
        {
            "start": 821497857,
            "stop": 821497869
        },
        {
            "start": 821497872,
            "stop": 821497879
        },
        {
            "start": 821497882,
            "stop": 821497883
        },
        {
            "start": 821497886,
            "stop": 821497887
        },
        {
            "start": 821497890,
            "stop": 821497912
        },
        {
            "start": 821497915,
            "stop": 821497918
        },
        {
            "start": 821497921,
            "stop": 821497930
        },
        {
            "start": 821497933,
            "stop": 821497956
        },
        {
            "start": 821497959,
            "stop": 821497961
        },
        {
            "start": 821497964,
            "stop": 821497965
        },
        {
            "start": 821497968,
            "stop": 821497991
        },
        {
            "start": 821497994,
            "stop": 821497996
        },
        {
            "start": 821498000,
            "stop": 821498026
        },
        {
            "start": 821498033,
            "stop": 821498044
        },
        {
            "start": 821498047,
            "stop": 821498048
        },
        {
            "start": 821498051,
            "stop": 821498066
        }
    ]
}