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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=190",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 191,
    "results": [
        {
            "start": 1385362300,
            "stop": 1385364449
        },
        {
            "start": 1385364453,
            "stop": 1385369085
        },
        {
            "start": 1385369090,
            "stop": 1385372703
        },
        {
            "start": 1385372706,
            "stop": 1385373263
        },
        {
            "start": 1385373266,
            "stop": 1385378967
        },
        {
            "start": 1385378970,
            "stop": 1385384296
        },
        {
            "start": 1385542790,
            "stop": 1385544033
        },
        {
            "start": 1385544307,
            "stop": 1385544678
        },
        {
            "start": 1385544683,
            "stop": 1385547943
        },
        {
            "start": 1385599362,
            "stop": 1385601008
        },
        {
            "start": 1385601256,
            "stop": 1385603678
        },
        {
            "start": 1385603683,
            "stop": 1385606105
        },
        {
            "start": 1385611135,
            "stop": 1385611955
        },
        {
            "start": 1385618007,
            "stop": 1385618243
        },
        {
            "start": 1385621701,
            "stop": 1385622556
        },
        {
            "start": 1385686702,
            "stop": 1385687935
        },
        {
            "start": 1385687940,
            "stop": 1385688018
        },
        {
            "start": 1385688023,
            "stop": 1385693284
        },
        {
            "start": 1385693287,
            "stop": 1385707504
        },
        {
            "start": 1385707509,
            "stop": 1385708402
        }
    ]
}