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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=106",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 107,
    "results": [
        {
            "start": 1239249859,
            "stop": 1239249879
        },
        {
            "start": 1239249880,
            "stop": 1239250556
        },
        {
            "start": 1239250559,
            "stop": 1239250994
        },
        {
            "start": 1239250995,
            "stop": 1239251058
        },
        {
            "start": 1239251059,
            "stop": 1239251060
        },
        {
            "start": 1239251061,
            "stop": 1239251351
        },
        {
            "start": 1239251353,
            "stop": 1239251473
        },
        {
            "start": 1239251481,
            "stop": 1239251702
        },
        {
            "start": 1239251705,
            "stop": 1239251755
        },
        {
            "start": 1239251756,
            "stop": 1239251778
        },
        {
            "start": 1239251779,
            "stop": 1239251780
        },
        {
            "start": 1239251781,
            "stop": 1239252179
        },
        {
            "start": 1239252182,
            "stop": 1239252258
        },
        {
            "start": 1239252259,
            "stop": 1239252678
        },
        {
            "start": 1239252681,
            "stop": 1239252707
        },
        {
            "start": 1239252708,
            "stop": 1239252709
        },
        {
            "start": 1239252710,
            "stop": 1239252744
        },
        {
            "start": 1239252745,
            "stop": 1239252767
        },
        {
            "start": 1239252768,
            "stop": 1239252877
        },
        {
            "start": 1239252880,
            "stop": 1239252886
        }
    ]
}