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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=146",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 147,
    "results": [
        {
            "start": 818815789,
            "stop": 818817209
        },
        {
            "start": 818817216,
            "stop": 818817221
        },
        {
            "start": 818817229,
            "stop": 818817769
        },
        {
            "start": 818817777,
            "stop": 818818324
        },
        {
            "start": 818818522,
            "stop": 818818648
        },
        {
            "start": 818818655,
            "stop": 818818803
        },
        {
            "start": 818818817,
            "stop": 818818868
        },
        {
            "start": 818818882,
            "stop": 818818917
        },
        {
            "start": 818818925,
            "stop": 818819261
        },
        {
            "start": 818819270,
            "stop": 818819279
        },
        {
            "start": 818819287,
            "stop": 818819316
        },
        {
            "start": 818819324,
            "stop": 818819759
        },
        {
            "start": 818819768,
            "stop": 818820154
        },
        {
            "start": 818820161,
            "stop": 818820197
        },
        {
            "start": 818820205,
            "stop": 818820500
        },
        {
            "start": 818820507,
            "stop": 818820870
        },
        {
            "start": 818820878,
            "stop": 818821014
        },
        {
            "start": 818821021,
            "stop": 818821547
        },
        {
            "start": 818821555,
            "stop": 818821937
        },
        {
            "start": 818821946,
            "stop": 818822470
        }
    ]
}