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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=144",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 145,
    "results": [
        {
            "start": 1416996575,
            "stop": 1417008279
        },
        {
            "start": 1417008281,
            "stop": 1417010305
        },
        {
            "start": 1417040737,
            "stop": 1417045376
        },
        {
            "start": 1417045381,
            "stop": 1417046314
        },
        {
            "start": 1417052124,
            "stop": 1417052150
        },
        {
            "start": 1417055050,
            "stop": 1417068137
        },
        {
            "start": 1417072169,
            "stop": 1417093907
        },
        {
            "start": 1417093912,
            "stop": 1417107392
        },
        {
            "start": 1417107395,
            "stop": 1417116492
        },
        {
            "start": 1417116496,
            "stop": 1417128223
        },
        {
            "start": 1417128227,
            "stop": 1417135374
        },
        {
            "start": 1417135375,
            "stop": 1417152997
        },
        {
            "start": 1417153001,
            "stop": 1417166517
        },
        {
            "start": 1417166519,
            "stop": 1417168619
        },
        {
            "start": 1417168623,
            "stop": 1417173208
        },
        {
            "start": 1417173213,
            "stop": 1417183027
        },
        {
            "start": 1417183030,
            "stop": 1417186077
        },
        {
            "start": 1417186080,
            "stop": 1417186500
        },
        {
            "start": 1417186505,
            "stop": 1417187223
        },
        {
            "start": 1417204158,
            "stop": 1417204625
        }
    ]
}