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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=131",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 132,
    "results": [
        {
            "start": 838619199,
            "stop": 838620570
        },
        {
            "start": 838621609,
            "stop": 838629443
        },
        {
            "start": 838631318,
            "stop": 838631888
        },
        {
            "start": 838632793,
            "stop": 838633673
        },
        {
            "start": 838634538,
            "stop": 838637092
        },
        {
            "start": 838641521,
            "stop": 838641829
        },
        {
            "start": 838641953,
            "stop": 838643345
        },
        {
            "start": 838644325,
            "stop": 838644780
        },
        {
            "start": 838644879,
            "stop": 838646997
        },
        {
            "start": 838647525,
            "stop": 838650572
        },
        {
            "start": 838656567,
            "stop": 838659387
        },
        {
            "start": 838661535,
            "stop": 838661595
        },
        {
            "start": 838664104,
            "stop": 838664346
        },
        {
            "start": 838682062,
            "stop": 838697378
        },
        {
            "start": 838697434,
            "stop": 838697435
        },
        {
            "start": 838697465,
            "stop": 838714130
        },
        {
            "start": 838717952,
            "stop": 838734118
        },
        {
            "start": 838734755,
            "stop": 838739629
        },
        {
            "start": 838740815,
            "stop": 838741870
        },
        {
            "start": 838745038,
            "stop": 838765450
        }
    ]
}