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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=390",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 391,
    "results": [
        {
            "start": 821512401,
            "stop": 821512412
        },
        {
            "start": 821512415,
            "stop": 821512471
        },
        {
            "start": 821512474,
            "stop": 821512479
        },
        {
            "start": 821512482,
            "stop": 821512574
        },
        {
            "start": 821512578,
            "stop": 821512589
        },
        {
            "start": 821512592,
            "stop": 821512655
        },
        {
            "start": 821512660,
            "stop": 821512693
        },
        {
            "start": 821512696,
            "stop": 821512714
        },
        {
            "start": 821512717,
            "stop": 821512727
        },
        {
            "start": 821512730,
            "stop": 821512763
        },
        {
            "start": 821512766,
            "stop": 821512821
        },
        {
            "start": 821512829,
            "stop": 821512831
        },
        {
            "start": 821512834,
            "stop": 821512868
        },
        {
            "start": 821512872,
            "stop": 821512877
        },
        {
            "start": 821512880,
            "stop": 821512909
        },
        {
            "start": 821512912,
            "stop": 821512949
        },
        {
            "start": 821512952,
            "stop": 821513025
        },
        {
            "start": 821513028,
            "stop": 821513082
        },
        {
            "start": 821513085,
            "stop": 821513108
        },
        {
            "start": 821513111,
            "stop": 821513115
        }
    ]
}