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_CBCLOW_CAT3/segments?format=api&page=5147
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=5148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5146",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5147,
    "results": [
        {
            "start": 874715833,
            "stop": 874715857
        },
        {
            "start": 874715865,
            "stop": 874715874
        },
        {
            "start": 874715881,
            "stop": 874715977
        },
        {
            "start": 874715991,
            "stop": 874716031
        },
        {
            "start": 874716038,
            "stop": 874716047
        },
        {
            "start": 874716065,
            "stop": 874716180
        },
        {
            "start": 874716187,
            "stop": 874716196
        },
        {
            "start": 874716204,
            "stop": 874716222
        },
        {
            "start": 874716229,
            "stop": 874716252
        },
        {
            "start": 874716268,
            "stop": 874716288
        },
        {
            "start": 874716295,
            "stop": 874716352
        },
        {
            "start": 874716367,
            "stop": 874716464
        },
        {
            "start": 874716474,
            "stop": 874716482
        },
        {
            "start": 874716489,
            "stop": 874716611
        },
        {
            "start": 874716618,
            "stop": 874716642
        },
        {
            "start": 874716649,
            "stop": 874716701
        },
        {
            "start": 874716708,
            "stop": 874716721
        },
        {
            "start": 874716733,
            "stop": 874716757
        },
        {
            "start": 874716765,
            "stop": 874716784
        },
        {
            "start": 874716801,
            "stop": 874716898
        }
    ]
}