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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=147",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 148,
    "results": [
        {
            "start": 836863621,
            "stop": 836928237
        },
        {
            "start": 836928350,
            "stop": 836928993
        },
        {
            "start": 836930851,
            "stop": 836931821
        },
        {
            "start": 836933582,
            "stop": 836934879
        },
        {
            "start": 836934953,
            "stop": 836940321
        },
        {
            "start": 836948220,
            "stop": 836948844
        },
        {
            "start": 836949995,
            "stop": 836953302
        },
        {
            "start": 836954280,
            "stop": 836958089
        },
        {
            "start": 836959404,
            "stop": 836959789
        },
        {
            "start": 836959861,
            "stop": 836965083
        },
        {
            "start": 836966925,
            "stop": 836973495
        },
        {
            "start": 836973536,
            "stop": 837010953
        },
        {
            "start": 837010955,
            "stop": 837014297
        },
        {
            "start": 837014299,
            "stop": 837014309
        },
        {
            "start": 837014311,
            "stop": 837025609
        },
        {
            "start": 837027449,
            "stop": 837033446
        },
        {
            "start": 837034728,
            "stop": 837038055
        },
        {
            "start": 837038990,
            "stop": 837070839
        },
        {
            "start": 837072567,
            "stop": 837072664
        },
        {
            "start": 837072666,
            "stop": 837073726
        }
    ]
}