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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=206",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 207,
    "results": [
        {
            "start": 839920090,
            "stop": 839943896
        },
        {
            "start": 839943898,
            "stop": 839953813
        },
        {
            "start": 839953828,
            "stop": 839953831
        },
        {
            "start": 839975797,
            "stop": 839975872
        },
        {
            "start": 839976795,
            "stop": 839977369
        },
        {
            "start": 839982307,
            "stop": 839983684
        },
        {
            "start": 839984115,
            "stop": 840039403
        },
        {
            "start": 840041157,
            "stop": 840047974
        },
        {
            "start": 840048274,
            "stop": 840048983
        },
        {
            "start": 840050217,
            "stop": 840052283
        },
        {
            "start": 840052371,
            "stop": 840078567
        },
        {
            "start": 840078867,
            "stop": 840081689
        },
        {
            "start": 840082940,
            "stop": 840083809
        },
        {
            "start": 840087552,
            "stop": 840176626
        },
        {
            "start": 840177620,
            "stop": 840194021
        },
        {
            "start": 840194321,
            "stop": 840196294
        },
        {
            "start": 840196707,
            "stop": 840197369
        },
        {
            "start": 840197669,
            "stop": 840200576
        },
        {
            "start": 840200985,
            "stop": 840203593
        },
        {
            "start": 840203631,
            "stop": 840203633
        }
    ]
}