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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=226",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 227,
    "results": [
        {
            "start": 934326156,
            "stop": 934326183
        },
        {
            "start": 934326186,
            "stop": 934326209
        },
        {
            "start": 934326212,
            "stop": 934326216
        },
        {
            "start": 934326218,
            "stop": 934326232
        },
        {
            "start": 934326236,
            "stop": 934329753
        },
        {
            "start": 934329755,
            "stop": 934329756
        },
        {
            "start": 934329759,
            "stop": 934329763
        },
        {
            "start": 934329765,
            "stop": 934329766
        },
        {
            "start": 934329768,
            "stop": 934329781
        },
        {
            "start": 934329784,
            "stop": 934329788
        },
        {
            "start": 934329791,
            "stop": 934329815
        },
        {
            "start": 934329817,
            "stop": 934329823
        },
        {
            "start": 934329825,
            "stop": 934329831
        },
        {
            "start": 934329835,
            "stop": 934332597
        },
        {
            "start": 934333611,
            "stop": 934336142
        },
        {
            "start": 934336149,
            "stop": 934336960
        },
        {
            "start": 934336962,
            "stop": 934336984
        },
        {
            "start": 934336987,
            "stop": 934337011
        },
        {
            "start": 934337013,
            "stop": 934337017
        },
        {
            "start": 934337020,
            "stop": 934337034
        }
    ]
}