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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=132",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 133,
    "results": [
        {
            "start": 816828512,
            "stop": 816828513
        },
        {
            "start": 816828528,
            "stop": 816828529
        },
        {
            "start": 816828544,
            "stop": 816828564
        },
        {
            "start": 816828590,
            "stop": 816828602
        },
        {
            "start": 816828608,
            "stop": 816828622
        },
        {
            "start": 816828626,
            "stop": 816828642
        },
        {
            "start": 816828648,
            "stop": 816828651
        },
        {
            "start": 816828670,
            "stop": 816828694
        },
        {
            "start": 816828697,
            "stop": 816828702
        },
        {
            "start": 816828706,
            "stop": 816828708
        },
        {
            "start": 816828713,
            "stop": 816828716
        },
        {
            "start": 816828720,
            "stop": 816828744
        },
        {
            "start": 816828750,
            "stop": 816828751
        },
        {
            "start": 816828756,
            "stop": 816828761
        },
        {
            "start": 816828792,
            "stop": 816828796
        },
        {
            "start": 816828801,
            "stop": 816828887
        },
        {
            "start": 816828891,
            "stop": 816829156
        },
        {
            "start": 816829160,
            "stop": 816829240
        },
        {
            "start": 816829245,
            "stop": 816829256
        },
        {
            "start": 816829259,
            "stop": 816829264
        }
    ]
}