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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=114",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 115,
    "results": [
        {
            "start": 1372194109,
            "stop": 1372194575
        },
        {
            "start": 1372194576,
            "stop": 1372194651
        },
        {
            "start": 1372194656,
            "stop": 1372195930
        },
        {
            "start": 1372195932,
            "stop": 1372196164
        },
        {
            "start": 1372196165,
            "stop": 1372196386
        },
        {
            "start": 1372196387,
            "stop": 1372196914
        },
        {
            "start": 1372196915,
            "stop": 1372197834
        },
        {
            "start": 1372197836,
            "stop": 1372197885
        },
        {
            "start": 1372197919,
            "stop": 1372197988
        },
        {
            "start": 1372197990,
            "stop": 1372198221
        },
        {
            "start": 1372198222,
            "stop": 1372198718
        },
        {
            "start": 1372198720,
            "stop": 1372199446
        },
        {
            "start": 1372199448,
            "stop": 1372199660
        },
        {
            "start": 1372199661,
            "stop": 1372199872
        },
        {
            "start": 1372199874,
            "stop": 1372200359
        },
        {
            "start": 1372200360,
            "stop": 1372201088
        },
        {
            "start": 1372201089,
            "stop": 1372201524
        },
        {
            "start": 1372201526,
            "stop": 1372202262
        },
        {
            "start": 1372202264,
            "stop": 1372202348
        },
        {
            "start": 1372202352,
            "stop": 1372203478
        }
    ]
}