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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=369",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 370,
    "results": [
        {
            "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
        },
        {
            "start": 821498069,
            "stop": 821498083
        },
        {
            "start": 821498088,
            "stop": 821498091
        },
        {
            "start": 821498099,
            "stop": 821498116
        },
        {
            "start": 821498125,
            "stop": 821498136
        },
        {
            "start": 821498139,
            "stop": 821498153
        },
        {
            "start": 821498156,
            "stop": 821498164
        },
        {
            "start": 821498167,
            "stop": 821498199
        }
    ]
}