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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7130",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7131,
    "results": [
        {
            "start": 874803340,
            "stop": 874803351
        },
        {
            "start": 874803354,
            "stop": 874803494
        },
        {
            "start": 874803497,
            "stop": 874803785
        },
        {
            "start": 874803788,
            "stop": 874803812
        },
        {
            "start": 874803820,
            "stop": 874803824
        },
        {
            "start": 874803827,
            "stop": 874803831
        },
        {
            "start": 874803836,
            "stop": 874803848
        },
        {
            "start": 874803851,
            "stop": 874803906
        },
        {
            "start": 874803909,
            "stop": 874804019
        },
        {
            "start": 874804023,
            "stop": 874804077
        },
        {
            "start": 874804080,
            "stop": 874804192
        },
        {
            "start": 874804198,
            "stop": 874804487
        },
        {
            "start": 874804491,
            "stop": 874804715
        },
        {
            "start": 874804718,
            "stop": 874804723
        },
        {
            "start": 874804726,
            "stop": 874804922
        },
        {
            "start": 874804926,
            "stop": 874805245
        },
        {
            "start": 874805423,
            "stop": 874805506
        },
        {
            "start": 874805510,
            "stop": 874805578
        },
        {
            "start": 874805582,
            "stop": 874805947
        },
        {
            "start": 874805950,
            "stop": 874806003
        }
    ]
}