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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=190",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 191,
    "results": [
        {
            "start": 820341143,
            "stop": 820341202
        },
        {
            "start": 820341215,
            "stop": 820341278
        },
        {
            "start": 820341292,
            "stop": 820341511
        },
        {
            "start": 820341518,
            "stop": 820341569
        },
        {
            "start": 820341577,
            "stop": 820341971
        },
        {
            "start": 820341982,
            "stop": 820342000
        },
        {
            "start": 820342011,
            "stop": 820342029
        },
        {
            "start": 820358443,
            "stop": 820358540
        },
        {
            "start": 820358551,
            "stop": 820358558
        },
        {
            "start": 820358569,
            "stop": 820358592
        },
        {
            "start": 820358620,
            "stop": 820358785
        },
        {
            "start": 820358792,
            "stop": 820358892
        },
        {
            "start": 820358901,
            "stop": 820359017
        },
        {
            "start": 820359045,
            "stop": 820359357
        },
        {
            "start": 820359386,
            "stop": 820360346
        },
        {
            "start": 820360357,
            "stop": 820360613
        },
        {
            "start": 820360641,
            "stop": 820360957
        },
        {
            "start": 820360985,
            "stop": 820361013
        },
        {
            "start": 820361045,
            "stop": 820361189
        },
        {
            "start": 820361200,
            "stop": 820361210
        }
    ]
}