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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=253",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 254,
    "results": [
        {
            "start": 821730250,
            "stop": 821731244
        },
        {
            "start": 821731425,
            "stop": 821731724
        },
        {
            "start": 821731905,
            "stop": 821732024
        },
        {
            "start": 821732205,
            "stop": 821732504
        },
        {
            "start": 821732685,
            "stop": 821732870
        },
        {
            "start": 821733010,
            "stop": 821733710
        },
        {
            "start": 821733790,
            "stop": 821735653
        },
        {
            "start": 821735661,
            "stop": 821736470
        },
        {
            "start": 821736610,
            "stop": 821736779
        },
        {
            "start": 821736786,
            "stop": 821736890
        },
        {
            "start": 821736970,
            "stop": 821738090
        },
        {
            "start": 821739681,
            "stop": 821741510
        },
        {
            "start": 821741650,
            "stop": 821742770
        },
        {
            "start": 821744967,
            "stop": 821745350
        },
        {
            "start": 821745490,
            "stop": 821746933
        },
        {
            "start": 821747711,
            "stop": 821750330
        },
        {
            "start": 821750410,
            "stop": 821751830
        },
        {
            "start": 821751910,
            "stop": 821753390
        },
        {
            "start": 821753470,
            "stop": 821754826
        },
        {
            "start": 821754963,
            "stop": 821756512
        }
    ]
}