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=276
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=277",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=275",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 276,
    "results": [
        {
            "start": 1126925507,
            "stop": 1126925509
        },
        {
            "start": 1126925510,
            "stop": 1126925554
        },
        {
            "start": 1126925556,
            "stop": 1126925560
        },
        {
            "start": 1126925566,
            "stop": 1126925572
        },
        {
            "start": 1126925573,
            "stop": 1126925597
        },
        {
            "start": 1126925598,
            "stop": 1126925659
        },
        {
            "start": 1126925661,
            "stop": 1126925678
        },
        {
            "start": 1126925680,
            "stop": 1126925707
        },
        {
            "start": 1126925708,
            "stop": 1126925812
        },
        {
            "start": 1126925813,
            "stop": 1126925818
        },
        {
            "start": 1126925820,
            "stop": 1126925955
        },
        {
            "start": 1126925956,
            "stop": 1126925958
        },
        {
            "start": 1126925959,
            "stop": 1126925973
        },
        {
            "start": 1126925976,
            "stop": 1126925978
        },
        {
            "start": 1126925980,
            "stop": 1126926047
        },
        {
            "start": 1126926048,
            "stop": 1126926160
        },
        {
            "start": 1126926161,
            "stop": 1126926324
        },
        {
            "start": 1126926325,
            "stop": 1126926471
        },
        {
            "start": 1126926472,
            "stop": 1126926570
        },
        {
            "start": 1126926571,
            "stop": 1126926577
        }
    ]
}