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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14160",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14161,
    "results": [
        {
            "start": 971165559,
            "stop": 971165563
        },
        {
            "start": 971165565,
            "stop": 971165567
        },
        {
            "start": 971165573,
            "stop": 971165576
        },
        {
            "start": 971165582,
            "stop": 971165583
        },
        {
            "start": 971165584,
            "stop": 971165585
        },
        {
            "start": 971165586,
            "stop": 971165591
        },
        {
            "start": 971165594,
            "stop": 971165597
        },
        {
            "start": 971165599,
            "stop": 971165600
        },
        {
            "start": 971165601,
            "stop": 971165604
        },
        {
            "start": 971165607,
            "stop": 971165611
        },
        {
            "start": 971165616,
            "stop": 971165617
        },
        {
            "start": 971165618,
            "stop": 971165627
        },
        {
            "start": 971165631,
            "stop": 971165632
        },
        {
            "start": 971165634,
            "stop": 971165638
        },
        {
            "start": 971165641,
            "stop": 971165642
        },
        {
            "start": 971165644,
            "stop": 971165651
        },
        {
            "start": 971165652,
            "stop": 971165653
        },
        {
            "start": 971165655,
            "stop": 971165659
        },
        {
            "start": 971165663,
            "stop": 971165667
        },
        {
            "start": 971165669,
            "stop": 971165672
        }
    ]
}