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=286
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=287",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=285",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 286,
    "results": [
        {
            "start": 931533367,
            "stop": 931533385
        },
        {
            "start": 931533387,
            "stop": 931533421
        },
        {
            "start": 931533423,
            "stop": 931533426
        },
        {
            "start": 931533428,
            "stop": 931533464
        },
        {
            "start": 931533466,
            "stop": 931533473
        },
        {
            "start": 931533474,
            "stop": 931533484
        },
        {
            "start": 931533486,
            "stop": 931533491
        },
        {
            "start": 931533492,
            "stop": 931533501
        },
        {
            "start": 931533503,
            "stop": 931533523
        },
        {
            "start": 931533525,
            "stop": 931533532
        },
        {
            "start": 931533534,
            "stop": 931533573
        },
        {
            "start": 931533575,
            "stop": 931533615
        },
        {
            "start": 931533619,
            "stop": 931533622
        },
        {
            "start": 931533623,
            "stop": 931533629
        },
        {
            "start": 931533631,
            "stop": 931533634
        },
        {
            "start": 931533637,
            "stop": 931533647
        },
        {
            "start": 931533649,
            "stop": 931533657
        },
        {
            "start": 931533659,
            "stop": 931533667
        },
        {
            "start": 931533670,
            "stop": 931533672
        },
        {
            "start": 931533673,
            "stop": 931533680
        }
    ]
}