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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=367",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 368,
    "results": [
        {
            "start": 825404462,
            "stop": 825404920
        },
        {
            "start": 825404923,
            "stop": 825406012
        },
        {
            "start": 825406015,
            "stop": 825406258
        },
        {
            "start": 825406261,
            "stop": 825406654
        },
        {
            "start": 825406657,
            "stop": 825406928
        },
        {
            "start": 825406931,
            "stop": 825407369
        },
        {
            "start": 825407372,
            "stop": 825408397
        },
        {
            "start": 825408400,
            "stop": 825408573
        },
        {
            "start": 825408576,
            "stop": 825409777
        },
        {
            "start": 825409780,
            "stop": 825410498
        },
        {
            "start": 825410501,
            "stop": 825411601
        },
        {
            "start": 825411604,
            "stop": 825413023
        },
        {
            "start": 825413026,
            "stop": 825413355
        },
        {
            "start": 825413358,
            "stop": 825414303
        },
        {
            "start": 825414306,
            "stop": 825414425
        },
        {
            "start": 825414428,
            "stop": 825414430
        },
        {
            "start": 825414434,
            "stop": 825414629
        },
        {
            "start": 825414633,
            "stop": 825414800
        },
        {
            "start": 825414803,
            "stop": 825414977
        },
        {
            "start": 825414980,
            "stop": 825415060
        }
    ]
}