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=4758
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=4759",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4757",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4758,
    "results": [
        {
            "start": 970286528,
            "stop": 970286686
        },
        {
            "start": 970286690,
            "stop": 970287226
        },
        {
            "start": 970287229,
            "stop": 970287373
        },
        {
            "start": 970287376,
            "stop": 970287606
        },
        {
            "start": 970287609,
            "stop": 970287621
        },
        {
            "start": 970287624,
            "stop": 970287640
        },
        {
            "start": 970287643,
            "stop": 970287714
        },
        {
            "start": 970287719,
            "stop": 970287766
        },
        {
            "start": 970287769,
            "stop": 970287873
        },
        {
            "start": 970287876,
            "stop": 970287898
        },
        {
            "start": 970287901,
            "stop": 970288442
        },
        {
            "start": 970288445,
            "stop": 970288488
        },
        {
            "start": 970288491,
            "stop": 970288556
        },
        {
            "start": 970288559,
            "stop": 970289225
        },
        {
            "start": 970289228,
            "stop": 970289343
        },
        {
            "start": 970289346,
            "stop": 970289488
        },
        {
            "start": 970289491,
            "stop": 970289528
        },
        {
            "start": 970289531,
            "stop": 970289613
        },
        {
            "start": 970289616,
            "stop": 970289634
        },
        {
            "start": 970289637,
            "stop": 970290068
        }
    ]
}