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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=118",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 119,
    "results": [
        {
            "start": 1372281197,
            "stop": 1372281359
        },
        {
            "start": 1372281360,
            "stop": 1372281611
        },
        {
            "start": 1372281613,
            "stop": 1372281944
        },
        {
            "start": 1372281949,
            "stop": 1372282128
        },
        {
            "start": 1372282129,
            "stop": 1372283050
        },
        {
            "start": 1372283051,
            "stop": 1372283213
        },
        {
            "start": 1372283215,
            "stop": 1372283476
        },
        {
            "start": 1372283477,
            "stop": 1372283993
        },
        {
            "start": 1372283995,
            "stop": 1372284216
        },
        {
            "start": 1372284218,
            "stop": 1372284814
        },
        {
            "start": 1372284816,
            "stop": 1372285026
        },
        {
            "start": 1372285028,
            "stop": 1372285806
        },
        {
            "start": 1372285808,
            "stop": 1372286029
        },
        {
            "start": 1372286030,
            "stop": 1372286576
        },
        {
            "start": 1372286578,
            "stop": 1372287378
        },
        {
            "start": 1372287383,
            "stop": 1372287486
        },
        {
            "start": 1372287488,
            "stop": 1372287648
        },
        {
            "start": 1372287653,
            "stop": 1372287892
        },
        {
            "start": 1372287894,
            "stop": 1372288439
        },
        {
            "start": 1372288441,
            "stop": 1372288652
        }
    ]
}