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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=43",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 44,
    "results": [
        {
            "start": 1401315762,
            "stop": 1401320717
        },
        {
            "start": 1401320720,
            "stop": 1401327629
        },
        {
            "start": 1401327633,
            "stop": 1401330523
        },
        {
            "start": 1401330528,
            "stop": 1401333219
        },
        {
            "start": 1401333224,
            "stop": 1401334264
        },
        {
            "start": 1401334267,
            "stop": 1401335662
        },
        {
            "start": 1401335667,
            "stop": 1401336301
        },
        {
            "start": 1401336306,
            "stop": 1401336395
        },
        {
            "start": 1401336397,
            "stop": 1401351273
        },
        {
            "start": 1401355514,
            "stop": 1401355646
        },
        {
            "start": 1401357910,
            "stop": 1401366579
        },
        {
            "start": 1401366580,
            "stop": 1401372206
        },
        {
            "start": 1401372207,
            "stop": 1401377251
        },
        {
            "start": 1401377256,
            "stop": 1401381747
        },
        {
            "start": 1401381751,
            "stop": 1401392609
        },
        {
            "start": 1401392614,
            "stop": 1401403013
        },
        {
            "start": 1401408032,
            "stop": 1401426958
        },
        {
            "start": 1401426960,
            "stop": 1401430334
        },
        {
            "start": 1401430339,
            "stop": 1401432990
        },
        {
            "start": 1401437607,
            "stop": 1401442867
        }
    ]
}