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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=134",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 135,
    "results": [
        {
            "start": 1372778885,
            "stop": 1372781220
        },
        {
            "start": 1372781222,
            "stop": 1372785644
        },
        {
            "start": 1372785646,
            "stop": 1372786785
        },
        {
            "start": 1372786786,
            "stop": 1372789246
        },
        {
            "start": 1372789248,
            "stop": 1372795792
        },
        {
            "start": 1372795793,
            "stop": 1372797813
        },
        {
            "start": 1372797815,
            "stop": 1372798310
        },
        {
            "start": 1372798312,
            "stop": 1372798543
        },
        {
            "start": 1372798545,
            "stop": 1372798857
        },
        {
            "start": 1372811832,
            "stop": 1372818081
        },
        {
            "start": 1372818086,
            "stop": 1372818352
        },
        {
            "start": 1372818354,
            "stop": 1372822667
        },
        {
            "start": 1372822668,
            "stop": 1372827754
        },
        {
            "start": 1372827759,
            "stop": 1372829241
        },
        {
            "start": 1372829242,
            "stop": 1372833383
        },
        {
            "start": 1372833385,
            "stop": 1372833715
        },
        {
            "start": 1372833716,
            "stop": 1372833721
        },
        {
            "start": 1372833723,
            "stop": 1372833738
        },
        {
            "start": 1372833740,
            "stop": 1372835706
        },
        {
            "start": 1372835708,
            "stop": 1372837761
        }
    ]
}