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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=164",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 165,
    "results": [
        {
            "start": 1373664816,
            "stop": 1373665433
        },
        {
            "start": 1373665438,
            "stop": 1373665608
        },
        {
            "start": 1373665610,
            "stop": 1373665733
        },
        {
            "start": 1373665738,
            "stop": 1373665842
        },
        {
            "start": 1373665843,
            "stop": 1373666018
        },
        {
            "start": 1373666020,
            "stop": 1373666418
        },
        {
            "start": 1373666423,
            "stop": 1373666600
        },
        {
            "start": 1373673717,
            "stop": 1373675263
        },
        {
            "start": 1373675264,
            "stop": 1373676047
        },
        {
            "start": 1373676049,
            "stop": 1373677694
        },
        {
            "start": 1373677695,
            "stop": 1373678266
        },
        {
            "start": 1373678267,
            "stop": 1373679914
        },
        {
            "start": 1373679916,
            "stop": 1373680441
        },
        {
            "start": 1373680442,
            "stop": 1373682377
        },
        {
            "start": 1373682378,
            "stop": 1373685757
        },
        {
            "start": 1373685760,
            "stop": 1373686377
        },
        {
            "start": 1373686379,
            "stop": 1373687054
        },
        {
            "start": 1373687056,
            "stop": 1373688670
        },
        {
            "start": 1373688672,
            "stop": 1373690533
        },
        {
            "start": 1373690534,
            "stop": 1373691333
        }
    ]
}