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=230
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=231",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=229",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 230,
    "results": [
        {
            "start": 1376198814,
            "stop": 1376199396
        },
        {
            "start": 1376199398,
            "stop": 1376199404
        },
        {
            "start": 1376199406,
            "stop": 1376201049
        },
        {
            "start": 1376201050,
            "stop": 1376201134
        },
        {
            "start": 1376201139,
            "stop": 1376202061
        },
        {
            "start": 1376202063,
            "stop": 1376202771
        },
        {
            "start": 1376202773,
            "stop": 1376203300
        },
        {
            "start": 1376203302,
            "stop": 1376205174
        },
        {
            "start": 1376205175,
            "stop": 1376205755
        },
        {
            "start": 1376205757,
            "stop": 1376206727
        },
        {
            "start": 1376206728,
            "stop": 1376206980
        },
        {
            "start": 1376206983,
            "stop": 1376207992
        },
        {
            "start": 1376207993,
            "stop": 1376208473
        },
        {
            "start": 1376208474,
            "stop": 1376209763
        },
        {
            "start": 1376209765,
            "stop": 1376210532
        },
        {
            "start": 1376210533,
            "stop": 1376211663
        },
        {
            "start": 1376211665,
            "stop": 1376213033
        },
        {
            "start": 1376213034,
            "stop": 1376213617
        },
        {
            "start": 1376213619,
            "stop": 1376215640
        },
        {
            "start": 1376215641,
            "stop": 1376215808
        }
    ]
}