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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15741",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15739",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15740,
    "results": [
        {
            "start": 971166879,
            "stop": 971166880
        },
        {
            "start": 971166883,
            "stop": 971166884
        },
        {
            "start": 971166889,
            "stop": 971166891
        },
        {
            "start": 971166896,
            "stop": 971166897
        },
        {
            "start": 971166898,
            "stop": 971166905
        },
        {
            "start": 971166906,
            "stop": 971166909
        },
        {
            "start": 971166913,
            "stop": 971166919
        },
        {
            "start": 971166921,
            "stop": 971166922
        },
        {
            "start": 971166923,
            "stop": 971166925
        },
        {
            "start": 971166931,
            "stop": 971166935
        },
        {
            "start": 971166936,
            "stop": 971166941
        },
        {
            "start": 971166975,
            "stop": 971166976
        },
        {
            "start": 971166979,
            "stop": 971166983
        },
        {
            "start": 971166984,
            "stop": 971166985
        },
        {
            "start": 971166989,
            "stop": 971166993
        },
        {
            "start": 971167010,
            "stop": 971167012
        },
        {
            "start": 971167018,
            "stop": 971167019
        },
        {
            "start": 971167020,
            "stop": 971167021
        },
        {
            "start": 971167028,
            "stop": 971167029
        },
        {
            "start": 971167036,
            "stop": 971167040
        }
    ]
}