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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=317",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 318,
    "results": [
        {
            "start": 944284485,
            "stop": 944312402
        },
        {
            "start": 944315841,
            "stop": 944319920
        },
        {
            "start": 944320760,
            "stop": 944321442
        },
        {
            "start": 944376755,
            "stop": 944377997
        },
        {
            "start": 944382082,
            "stop": 944390297
        },
        {
            "start": 944390585,
            "stop": 944404220
        },
        {
            "start": 944404226,
            "stop": 944404916
        },
        {
            "start": 944406525,
            "stop": 944407236
        },
        {
            "start": 944423312,
            "stop": 944423649
        },
        {
            "start": 944429514,
            "stop": 944430327
        },
        {
            "start": 944435229,
            "stop": 944436989
        },
        {
            "start": 944438232,
            "stop": 944440124
        },
        {
            "start": 944440130,
            "stop": 944442533
        },
        {
            "start": 944443677,
            "stop": 944447327
        },
        {
            "start": 944447335,
            "stop": 944447378
        },
        {
            "start": 944447390,
            "stop": 944447428
        },
        {
            "start": 944447445,
            "stop": 944447690
        },
        {
            "start": 944447698,
            "stop": 944447716
        },
        {
            "start": 944447725,
            "stop": 944447959
        },
        {
            "start": 944454060,
            "stop": 944456103
        }
    ]
}