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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1878",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1876",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1877,
    "results": [
        {
            "start": 1250992673,
            "stop": 1250992675
        },
        {
            "start": 1250992677,
            "stop": 1250992690
        },
        {
            "start": 1250992691,
            "stop": 1250992693
        },
        {
            "start": 1250992695,
            "stop": 1250995203
        },
        {
            "start": 1250995204,
            "stop": 1250995317
        },
        {
            "start": 1250995320,
            "stop": 1250995391
        },
        {
            "start": 1250995394,
            "stop": 1251000770
        },
        {
            "start": 1251000773,
            "stop": 1251003154
        },
        {
            "start": 1251003157,
            "stop": 1251004739
        },
        {
            "start": 1251004742,
            "stop": 1251005066
        },
        {
            "start": 1251005069,
            "stop": 1251005360
        },
        {
            "start": 1251005363,
            "stop": 1251006162
        },
        {
            "start": 1251006169,
            "stop": 1251006302
        },
        {
            "start": 1251006303,
            "stop": 1251006663
        },
        {
            "start": 1251006664,
            "stop": 1251007077
        },
        {
            "start": 1251007080,
            "stop": 1251007147
        },
        {
            "start": 1251007149,
            "stop": 1251014277
        },
        {
            "start": 1251014278,
            "stop": 1251014291
        },
        {
            "start": 1251014292,
            "stop": 1251014297
        },
        {
            "start": 1251014298,
            "stop": 1251014300
        }
    ]
}