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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=271",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 272,
    "results": [
        {
            "start": 934442192,
            "stop": 934442639
        },
        {
            "start": 934442642,
            "stop": 934442714
        },
        {
            "start": 934442716,
            "stop": 934443788
        },
        {
            "start": 934443793,
            "stop": 934444230
        },
        {
            "start": 934444232,
            "stop": 934444546
        },
        {
            "start": 934457174,
            "stop": 934457416
        },
        {
            "start": 934457419,
            "stop": 934457521
        },
        {
            "start": 934457524,
            "stop": 934457536
        },
        {
            "start": 934457539,
            "stop": 934457551
        },
        {
            "start": 934457554,
            "stop": 934457566
        },
        {
            "start": 934457569,
            "stop": 934457581
        },
        {
            "start": 934457585,
            "stop": 934457596
        },
        {
            "start": 934457599,
            "stop": 934457611
        },
        {
            "start": 934457614,
            "stop": 934457738
        },
        {
            "start": 934457798,
            "stop": 934457911
        },
        {
            "start": 934457914,
            "stop": 934457926
        },
        {
            "start": 934457929,
            "stop": 934457941
        },
        {
            "start": 934457945,
            "stop": 934458062
        },
        {
            "start": 934458064,
            "stop": 934458076
        },
        {
            "start": 934458079,
            "stop": 934458091
        }
    ]
}