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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=311",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 312,
    "results": [
        {
            "start": 931738151,
            "stop": 931738266
        },
        {
            "start": 931738268,
            "stop": 931738387
        },
        {
            "start": 931738389,
            "stop": 931738394
        },
        {
            "start": 931738396,
            "stop": 931738565
        },
        {
            "start": 931738567,
            "stop": 931738669
        },
        {
            "start": 931738679,
            "stop": 931738733
        },
        {
            "start": 931738736,
            "stop": 931738810
        },
        {
            "start": 931738811,
            "stop": 931738832
        },
        {
            "start": 931738834,
            "stop": 931738835
        },
        {
            "start": 931738837,
            "stop": 931738841
        },
        {
            "start": 931738842,
            "stop": 931738855
        },
        {
            "start": 931738857,
            "stop": 931738869
        },
        {
            "start": 931738871,
            "stop": 931738872
        },
        {
            "start": 931738874,
            "stop": 931738879
        },
        {
            "start": 931738881,
            "stop": 931738895
        },
        {
            "start": 931738897,
            "stop": 931738905
        },
        {
            "start": 931738907,
            "stop": 931738911
        },
        {
            "start": 931738913,
            "stop": 931738920
        },
        {
            "start": 931738923,
            "stop": 931738950
        },
        {
            "start": 931738952,
            "stop": 931738960
        }
    ]
}