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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=151",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 152,
    "results": [
        {
            "start": 1239437586,
            "stop": 1239439336
        },
        {
            "start": 1239439338,
            "stop": 1239439849
        },
        {
            "start": 1239439854,
            "stop": 1239442672
        },
        {
            "start": 1239442673,
            "stop": 1239445359
        },
        {
            "start": 1239445363,
            "stop": 1239446077
        },
        {
            "start": 1239446081,
            "stop": 1239449007
        },
        {
            "start": 1239449012,
            "stop": 1239451507
        },
        {
            "start": 1239451512,
            "stop": 1239451578
        },
        {
            "start": 1239451583,
            "stop": 1239452461
        },
        {
            "start": 1239452466,
            "stop": 1239453193
        },
        {
            "start": 1239453198,
            "stop": 1239453443
        },
        {
            "start": 1239453448,
            "stop": 1239454637
        },
        {
            "start": 1239454640,
            "stop": 1239455424
        },
        {
            "start": 1239455428,
            "stop": 1239457004
        },
        {
            "start": 1239457008,
            "stop": 1239458462
        },
        {
            "start": 1239487919,
            "stop": 1239487968
        },
        {
            "start": 1239487970,
            "stop": 1239488693
        },
        {
            "start": 1239488695,
            "stop": 1239489044
        },
        {
            "start": 1239489046,
            "stop": 1239489652
        },
        {
            "start": 1239489654,
            "stop": 1239490059
        }
    ]
}