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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1897",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1895",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1896,
    "results": [
        {
            "start": 1251420605,
            "stop": 1251421053
        },
        {
            "start": 1251421056,
            "stop": 1251424857
        },
        {
            "start": 1251424859,
            "stop": 1251425887
        },
        {
            "start": 1251425894,
            "stop": 1251426711
        },
        {
            "start": 1251426714,
            "stop": 1251427596
        },
        {
            "start": 1251427599,
            "stop": 1251429547
        },
        {
            "start": 1251429555,
            "stop": 1251429558
        },
        {
            "start": 1251445984,
            "stop": 1251448343
        },
        {
            "start": 1251448346,
            "stop": 1251448555
        },
        {
            "start": 1251448558,
            "stop": 1251448841
        },
        {
            "start": 1251448849,
            "stop": 1251449581
        },
        {
            "start": 1251449584,
            "stop": 1251451561
        },
        {
            "start": 1251451564,
            "stop": 1251459423
        },
        {
            "start": 1251459431,
            "stop": 1251463525
        },
        {
            "start": 1251463527,
            "stop": 1251463927
        },
        {
            "start": 1251463935,
            "stop": 1251465020
        },
        {
            "start": 1251465028,
            "stop": 1251465031
        },
        {
            "start": 1251476715,
            "stop": 1251480268
        },
        {
            "start": 1251480271,
            "stop": 1251481096
        },
        {
            "start": 1251481097,
            "stop": 1251481647
        }
    ]
}