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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=481",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=479",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 480,
    "results": [
        {
            "start": 1184211466,
            "stop": 1184211583
        },
        {
            "start": 1184211585,
            "stop": 1184211586
        },
        {
            "start": 1184211591,
            "stop": 1184211820
        },
        {
            "start": 1184211822,
            "stop": 1184211823
        },
        {
            "start": 1184211835,
            "stop": 1184211837
        },
        {
            "start": 1184211839,
            "stop": 1184211850
        },
        {
            "start": 1184211852,
            "stop": 1184211873
        },
        {
            "start": 1184211875,
            "stop": 1184211877
        },
        {
            "start": 1184211881,
            "stop": 1184211882
        },
        {
            "start": 1184211896,
            "stop": 1184211897
        },
        {
            "start": 1184211900,
            "stop": 1184211901
        },
        {
            "start": 1184211903,
            "stop": 1184211907
        },
        {
            "start": 1184211909,
            "stop": 1184211910
        },
        {
            "start": 1184211912,
            "stop": 1184212079
        },
        {
            "start": 1184212081,
            "stop": 1184212098
        },
        {
            "start": 1184212100,
            "stop": 1184212164
        },
        {
            "start": 1184212166,
            "stop": 1184212171
        },
        {
            "start": 1184212175,
            "stop": 1184212390
        },
        {
            "start": 1184212395,
            "stop": 1184212565
        },
        {
            "start": 1184212568,
            "stop": 1184212569
        }
    ]
}