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=5313
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=5314",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5312",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5313,
    "results": [
        {
            "start": 1136501595,
            "stop": 1136501631
        },
        {
            "start": 1136501633,
            "stop": 1136501857
        },
        {
            "start": 1136501859,
            "stop": 1136501996
        },
        {
            "start": 1136501998,
            "stop": 1136502002
        },
        {
            "start": 1136502004,
            "stop": 1136502142
        },
        {
            "start": 1136502144,
            "stop": 1136502157
        },
        {
            "start": 1136502159,
            "stop": 1136502270
        },
        {
            "start": 1136502272,
            "stop": 1136502276
        },
        {
            "start": 1136502278,
            "stop": 1136502307
        },
        {
            "start": 1136502309,
            "stop": 1136502344
        },
        {
            "start": 1136502346,
            "stop": 1136502349
        },
        {
            "start": 1136502351,
            "stop": 1136502384
        },
        {
            "start": 1136502386,
            "stop": 1136502391
        },
        {
            "start": 1136502393,
            "stop": 1136502443
        },
        {
            "start": 1136502445,
            "stop": 1136502452
        },
        {
            "start": 1136502455,
            "stop": 1136502459
        },
        {
            "start": 1136502461,
            "stop": 1136502467
        },
        {
            "start": 1136502469,
            "stop": 1136502562
        },
        {
            "start": 1136502564,
            "stop": 1136502566
        },
        {
            "start": 1136502568,
            "stop": 1136502574
        }
    ]
}