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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=67",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 68,
    "results": [
        {
            "start": 1370758899,
            "stop": 1370761120
        },
        {
            "start": 1370761125,
            "stop": 1370762978
        },
        {
            "start": 1370762980,
            "stop": 1370765331
        },
        {
            "start": 1370765332,
            "stop": 1370767438
        },
        {
            "start": 1370767440,
            "stop": 1370769762
        },
        {
            "start": 1370769764,
            "stop": 1370771671
        },
        {
            "start": 1370771673,
            "stop": 1370773909
        },
        {
            "start": 1370773910,
            "stop": 1370774291
        },
        {
            "start": 1370774296,
            "stop": 1370776302
        },
        {
            "start": 1370776304,
            "stop": 1370777495
        },
        {
            "start": 1370777500,
            "stop": 1370778299
        },
        {
            "start": 1370778301,
            "stop": 1370780714
        },
        {
            "start": 1370780716,
            "stop": 1370781971
        },
        {
            "start": 1370781972,
            "stop": 1370783003
        },
        {
            "start": 1370783008,
            "stop": 1370783720
        },
        {
            "start": 1370783722,
            "stop": 1370785074
        },
        {
            "start": 1370785076,
            "stop": 1370785358
        },
        {
            "start": 1370785361,
            "stop": 1370785746
        },
        {
            "start": 1370785749,
            "stop": 1370788887
        },
        {
            "start": 1370788889,
            "stop": 1370788953
        }
    ]
}