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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29408",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29406",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29407,
    "results": [
        {
            "start": 971410003,
            "stop": 971410011
        },
        {
            "start": 971410013,
            "stop": 971410014
        },
        {
            "start": 971410017,
            "stop": 971410023
        },
        {
            "start": 971410024,
            "stop": 971410025
        },
        {
            "start": 971410026,
            "stop": 971410032
        },
        {
            "start": 971410034,
            "stop": 971410039
        },
        {
            "start": 971410042,
            "stop": 971410044
        },
        {
            "start": 971410046,
            "stop": 971410047
        },
        {
            "start": 971410049,
            "stop": 971410051
        },
        {
            "start": 971410055,
            "stop": 971410056
        },
        {
            "start": 971410057,
            "stop": 971410060
        },
        {
            "start": 971410069,
            "stop": 971410070
        },
        {
            "start": 971410071,
            "stop": 971410072
        },
        {
            "start": 971410073,
            "stop": 971410074
        },
        {
            "start": 971410076,
            "stop": 971410079
        },
        {
            "start": 971410083,
            "stop": 971410084
        },
        {
            "start": 971410088,
            "stop": 971410090
        },
        {
            "start": 971410093,
            "stop": 971410094
        },
        {
            "start": 971410097,
            "stop": 971410098
        },
        {
            "start": 971410101,
            "stop": 971410102
        }
    ]
}