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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1675",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1673",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1674,
    "results": [
        {
            "start": 957347274,
            "stop": 957347437
        },
        {
            "start": 957347439,
            "stop": 957347452
        },
        {
            "start": 957347454,
            "stop": 957347481
        },
        {
            "start": 957347483,
            "stop": 957347618
        },
        {
            "start": 957347620,
            "stop": 957347790
        },
        {
            "start": 957347792,
            "stop": 957347913
        },
        {
            "start": 957347914,
            "stop": 957347945
        },
        {
            "start": 957347947,
            "stop": 957347965
        },
        {
            "start": 957347967,
            "stop": 957348042
        },
        {
            "start": 957348044,
            "stop": 957348135
        },
        {
            "start": 957348136,
            "stop": 957348228
        },
        {
            "start": 957348230,
            "stop": 957348424
        },
        {
            "start": 957348426,
            "stop": 957348633
        },
        {
            "start": 957348635,
            "stop": 957348715
        },
        {
            "start": 957348717,
            "stop": 957348795
        },
        {
            "start": 957348797,
            "stop": 957348926
        },
        {
            "start": 957348928,
            "stop": 957349348
        },
        {
            "start": 957349350,
            "stop": 957349459
        },
        {
            "start": 957349461,
            "stop": 957349487
        },
        {
            "start": 957349489,
            "stop": 957349634
        }
    ]
}