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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=188",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 189,
    "results": [
        {
            "start": 931603412,
            "stop": 931603417
        },
        {
            "start": 931603420,
            "stop": 931603421
        },
        {
            "start": 931603423,
            "stop": 931603441
        },
        {
            "start": 931603444,
            "stop": 931603447
        },
        {
            "start": 931603449,
            "stop": 931603453
        },
        {
            "start": 931603456,
            "stop": 931603463
        },
        {
            "start": 931603470,
            "stop": 931603472
        },
        {
            "start": 931603482,
            "stop": 931603490
        },
        {
            "start": 931603493,
            "stop": 931603495
        },
        {
            "start": 931603498,
            "stop": 931603500
        },
        {
            "start": 931603503,
            "stop": 931603508
        },
        {
            "start": 931603511,
            "stop": 931603525
        },
        {
            "start": 931603528,
            "stop": 931603535
        },
        {
            "start": 931603543,
            "stop": 931603546
        },
        {
            "start": 931603549,
            "stop": 931603567
        },
        {
            "start": 931603571,
            "stop": 931603574
        },
        {
            "start": 931603577,
            "stop": 931603585
        },
        {
            "start": 931603588,
            "stop": 931603602
        },
        {
            "start": 931603607,
            "stop": 931603612
        },
        {
            "start": 931603615,
            "stop": 931603618
        }
    ]
}