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=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=142",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 143,
    "results": [
        {
            "start": 1239708315,
            "stop": 1239708468
        },
        {
            "start": 1239708469,
            "stop": 1239708663
        },
        {
            "start": 1239708666,
            "stop": 1239709301
        },
        {
            "start": 1239709309,
            "stop": 1239709358
        },
        {
            "start": 1239709359,
            "stop": 1239710286
        },
        {
            "start": 1239710287,
            "stop": 1239711164
        },
        {
            "start": 1239711167,
            "stop": 1239711838
        },
        {
            "start": 1239711840,
            "stop": 1239711946
        },
        {
            "start": 1239711948,
            "stop": 1239712530
        },
        {
            "start": 1239712532,
            "stop": 1239712812
        },
        {
            "start": 1239712815,
            "stop": 1239713302
        },
        {
            "start": 1239713303,
            "stop": 1239713342
        },
        {
            "start": 1239713345,
            "stop": 1239713562
        },
        {
            "start": 1239713565,
            "stop": 1239713818
        },
        {
            "start": 1239713821,
            "stop": 1239713823
        },
        {
            "start": 1239713826,
            "stop": 1239714837
        },
        {
            "start": 1239714838,
            "stop": 1239715317
        },
        {
            "start": 1239715318,
            "stop": 1239715524
        },
        {
            "start": 1239715525,
            "stop": 1239715943
        },
        {
            "start": 1239715944,
            "stop": 1239716167
        }
    ]
}