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=3469
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=3470",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3468",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3469,
    "results": [
        {
            "start": 969951837,
            "stop": 969951888
        },
        {
            "start": 969951891,
            "stop": 969952988
        },
        {
            "start": 969952991,
            "stop": 969953024
        },
        {
            "start": 969953027,
            "stop": 969953430
        },
        {
            "start": 969953431,
            "stop": 969953961
        },
        {
            "start": 969953964,
            "stop": 969954507
        },
        {
            "start": 969954510,
            "stop": 969955058
        },
        {
            "start": 969955059,
            "stop": 969955495
        },
        {
            "start": 969955498,
            "stop": 969956489
        },
        {
            "start": 969956492,
            "stop": 969956570
        },
        {
            "start": 969956571,
            "stop": 969956844
        },
        {
            "start": 969956847,
            "stop": 969957816
        },
        {
            "start": 969957819,
            "stop": 969958269
        },
        {
            "start": 969958270,
            "stop": 969958974
        },
        {
            "start": 969958977,
            "stop": 969958989
        },
        {
            "start": 969958992,
            "stop": 969959031
        },
        {
            "start": 969960759,
            "stop": 969961657
        },
        {
            "start": 969961658,
            "stop": 969961679
        },
        {
            "start": 969961719,
            "stop": 969961754
        },
        {
            "start": 969961757,
            "stop": 969961816
        }
    ]
}