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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5137",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5135",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5136,
    "results": [
        {
            "start": 1135993369,
            "stop": 1135993971
        },
        {
            "start": 1135993973,
            "stop": 1135993990
        },
        {
            "start": 1135993992,
            "stop": 1135994800
        },
        {
            "start": 1135994802,
            "stop": 1135995013
        },
        {
            "start": 1135995015,
            "stop": 1135995195
        },
        {
            "start": 1135995197,
            "stop": 1135995488
        },
        {
            "start": 1135995490,
            "stop": 1135995543
        },
        {
            "start": 1135995545,
            "stop": 1135995621
        },
        {
            "start": 1135995623,
            "stop": 1135995625
        },
        {
            "start": 1135995627,
            "stop": 1135995632
        },
        {
            "start": 1135995634,
            "stop": 1135995652
        },
        {
            "start": 1135995654,
            "stop": 1135995684
        },
        {
            "start": 1135995686,
            "stop": 1135995758
        },
        {
            "start": 1135995760,
            "stop": 1135995841
        },
        {
            "start": 1135995843,
            "stop": 1135995917
        },
        {
            "start": 1135995919,
            "stop": 1135995923
        },
        {
            "start": 1135995925,
            "stop": 1135995983
        },
        {
            "start": 1135995985,
            "stop": 1135996001
        },
        {
            "start": 1135996003,
            "stop": 1135996179
        },
        {
            "start": 1135996181,
            "stop": 1135996277
        }
    ]
}