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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=258",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 259,
    "results": [
        {
            "start": 1126892600,
            "stop": 1126892601
        },
        {
            "start": 1126892602,
            "stop": 1126892612
        },
        {
            "start": 1126892614,
            "stop": 1126892623
        },
        {
            "start": 1126892625,
            "stop": 1126892632
        },
        {
            "start": 1126892633,
            "stop": 1126892637
        },
        {
            "start": 1126892638,
            "stop": 1126892695
        },
        {
            "start": 1126892697,
            "stop": 1126892749
        },
        {
            "start": 1126892751,
            "stop": 1126892829
        },
        {
            "start": 1126892830,
            "stop": 1126892837
        },
        {
            "start": 1126892838,
            "stop": 1126892839
        },
        {
            "start": 1126892841,
            "stop": 1126892842
        },
        {
            "start": 1126892843,
            "stop": 1126892913
        },
        {
            "start": 1126892914,
            "stop": 1126892940
        },
        {
            "start": 1126892941,
            "stop": 1126892946
        },
        {
            "start": 1126892947,
            "stop": 1126893069
        },
        {
            "start": 1126893070,
            "stop": 1126893078
        },
        {
            "start": 1126893080,
            "stop": 1126893086
        },
        {
            "start": 1126893089,
            "stop": 1126893192
        },
        {
            "start": 1126893194,
            "stop": 1126893195
        },
        {
            "start": 1126893197,
            "stop": 1126893199
        }
    ]
}