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=5102
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=5103",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5101",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5102,
    "results": [
        {
            "start": 1135882926,
            "stop": 1135882934
        },
        {
            "start": 1135882936,
            "stop": 1135882941
        },
        {
            "start": 1135882943,
            "stop": 1135882951
        },
        {
            "start": 1135882953,
            "stop": 1135883005
        },
        {
            "start": 1135883007,
            "stop": 1135883080
        },
        {
            "start": 1135883082,
            "stop": 1135883220
        },
        {
            "start": 1135883222,
            "stop": 1135883224
        },
        {
            "start": 1135883226,
            "stop": 1135883254
        },
        {
            "start": 1135883256,
            "stop": 1135883372
        },
        {
            "start": 1135883374,
            "stop": 1135883378
        },
        {
            "start": 1135883380,
            "stop": 1135883388
        },
        {
            "start": 1135883390,
            "stop": 1135883433
        },
        {
            "start": 1135883435,
            "stop": 1135883529
        },
        {
            "start": 1135883531,
            "stop": 1135883632
        },
        {
            "start": 1135883634,
            "stop": 1135883651
        },
        {
            "start": 1135883653,
            "stop": 1135883656
        },
        {
            "start": 1135883658,
            "stop": 1135883696
        },
        {
            "start": 1135883698,
            "stop": 1135883704
        },
        {
            "start": 1135883706,
            "stop": 1135883709
        },
        {
            "start": 1135883711,
            "stop": 1135883831
        }
    ]
}