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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5313",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5311",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5312,
    "results": [
        {
            "start": 1136500823,
            "stop": 1136500851
        },
        {
            "start": 1136500853,
            "stop": 1136500867
        },
        {
            "start": 1136500869,
            "stop": 1136500942
        },
        {
            "start": 1136500944,
            "stop": 1136501000
        },
        {
            "start": 1136501002,
            "stop": 1136501039
        },
        {
            "start": 1136501041,
            "stop": 1136501052
        },
        {
            "start": 1136501055,
            "stop": 1136501061
        },
        {
            "start": 1136501063,
            "stop": 1136501090
        },
        {
            "start": 1136501092,
            "stop": 1136501105
        },
        {
            "start": 1136501107,
            "stop": 1136501157
        },
        {
            "start": 1136501159,
            "stop": 1136501184
        },
        {
            "start": 1136501186,
            "stop": 1136501283
        },
        {
            "start": 1136501285,
            "stop": 1136501314
        },
        {
            "start": 1136501316,
            "stop": 1136501440
        },
        {
            "start": 1136501442,
            "stop": 1136501490
        },
        {
            "start": 1136501492,
            "stop": 1136501501
        },
        {
            "start": 1136501503,
            "stop": 1136501528
        },
        {
            "start": 1136501530,
            "stop": 1136501534
        },
        {
            "start": 1136501536,
            "stop": 1136501538
        },
        {
            "start": 1136501540,
            "stop": 1136501593
        }
    ]
}