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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29379",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29377",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29378,
    "results": [
        {
            "start": 971393783,
            "stop": 971393787
        },
        {
            "start": 971393788,
            "stop": 971393944
        },
        {
            "start": 971393946,
            "stop": 971394058
        },
        {
            "start": 971394061,
            "stop": 971394113
        },
        {
            "start": 971394116,
            "stop": 971394312
        },
        {
            "start": 971394313,
            "stop": 971394870
        },
        {
            "start": 971394871,
            "stop": 971395442
        },
        {
            "start": 971395445,
            "stop": 971395557
        },
        {
            "start": 971395558,
            "stop": 971395566
        },
        {
            "start": 971395569,
            "stop": 971395577
        },
        {
            "start": 971395578,
            "stop": 971395584
        },
        {
            "start": 971395586,
            "stop": 971395587
        },
        {
            "start": 971395588,
            "stop": 971395594
        },
        {
            "start": 971395596,
            "stop": 971395599
        },
        {
            "start": 971395603,
            "stop": 971395607
        },
        {
            "start": 971395609,
            "stop": 971395621
        },
        {
            "start": 971395625,
            "stop": 971395645
        },
        {
            "start": 971395652,
            "stop": 971395657
        },
        {
            "start": 971395661,
            "stop": 971395675
        },
        {
            "start": 971395677,
            "stop": 971395705
        }
    ]
}