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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=149",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 150,
    "results": [
        {
            "start": 821522450,
            "stop": 821522453
        },
        {
            "start": 821522456,
            "stop": 821522461
        },
        {
            "start": 821522467,
            "stop": 821522485
        },
        {
            "start": 821522488,
            "stop": 821522504
        },
        {
            "start": 821522507,
            "stop": 821522527
        },
        {
            "start": 821522532,
            "stop": 821522533
        },
        {
            "start": 821522536,
            "stop": 821522563
        },
        {
            "start": 821522566,
            "stop": 821522622
        },
        {
            "start": 821522628,
            "stop": 821522657
        },
        {
            "start": 821522660,
            "stop": 821522670
        },
        {
            "start": 821522673,
            "stop": 821522687
        },
        {
            "start": 821522691,
            "stop": 821522717
        },
        {
            "start": 821522720,
            "stop": 821522744
        },
        {
            "start": 821522747,
            "stop": 821522803
        },
        {
            "start": 821523203,
            "stop": 821523208
        },
        {
            "start": 821523212,
            "stop": 821523243
        },
        {
            "start": 821523246,
            "stop": 821523259
        },
        {
            "start": 821523262,
            "stop": 821523270
        },
        {
            "start": 821523274,
            "stop": 821523301
        },
        {
            "start": 821523308,
            "stop": 821523318
        }
    ]
}