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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=142",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 143,
    "results": [
        {
            "start": 931772871,
            "stop": 931772874
        },
        {
            "start": 931772898,
            "stop": 931772902
        },
        {
            "start": 931772909,
            "stop": 931772919
        },
        {
            "start": 931772934,
            "stop": 931772944
        },
        {
            "start": 931772957,
            "stop": 931772962
        },
        {
            "start": 931773005,
            "stop": 931773011
        },
        {
            "start": 931773023,
            "stop": 931773035
        },
        {
            "start": 931773058,
            "stop": 931773064
        },
        {
            "start": 931773087,
            "stop": 931773091
        },
        {
            "start": 931773099,
            "stop": 931773114
        },
        {
            "start": 931773139,
            "stop": 931773143
        },
        {
            "start": 931773154,
            "stop": 931773168
        },
        {
            "start": 931773183,
            "stop": 931773184
        },
        {
            "start": 931773209,
            "stop": 931773216
        },
        {
            "start": 931773222,
            "stop": 931773234
        },
        {
            "start": 931773245,
            "stop": 931773256
        },
        {
            "start": 931773263,
            "stop": 931773265
        },
        {
            "start": 931773279,
            "stop": 931773292
        },
        {
            "start": 931773307,
            "stop": 931773308
        },
        {
            "start": 931773319,
            "stop": 931773329
        }
    ]
}