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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4628",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4626",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4627,
    "results": [
        {
            "start": 969414852,
            "stop": 969414866
        },
        {
            "start": 969414869,
            "stop": 969415303
        },
        {
            "start": 969415306,
            "stop": 969415524
        },
        {
            "start": 969415527,
            "stop": 969415570
        },
        {
            "start": 969415573,
            "stop": 969416516
        },
        {
            "start": 969416519,
            "stop": 969416650
        },
        {
            "start": 969416653,
            "stop": 969417037
        },
        {
            "start": 969417040,
            "stop": 969417502
        },
        {
            "start": 969417505,
            "stop": 969417657
        },
        {
            "start": 969417660,
            "stop": 969418171
        },
        {
            "start": 969418174,
            "stop": 969418657
        },
        {
            "start": 969418660,
            "stop": 969419348
        },
        {
            "start": 969419351,
            "stop": 969419478
        },
        {
            "start": 969419481,
            "stop": 969419884
        },
        {
            "start": 969419887,
            "stop": 969420624
        },
        {
            "start": 969420627,
            "stop": 969421217
        },
        {
            "start": 969421220,
            "stop": 969421700
        },
        {
            "start": 969421718,
            "stop": 969421854
        },
        {
            "start": 969421857,
            "stop": 969422541
        },
        {
            "start": 969422544,
            "stop": 969422718
        }
    ]
}