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=5123
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=5124",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5122",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5123,
    "results": [
        {
            "start": 1135898802,
            "stop": 1135898813
        },
        {
            "start": 1135898815,
            "stop": 1135898820
        },
        {
            "start": 1135898822,
            "stop": 1135898826
        },
        {
            "start": 1135913524,
            "stop": 1135913540
        },
        {
            "start": 1135913542,
            "stop": 1135913644
        },
        {
            "start": 1135913646,
            "stop": 1135913729
        },
        {
            "start": 1135913731,
            "stop": 1135913856
        },
        {
            "start": 1135913858,
            "stop": 1135913917
        },
        {
            "start": 1135913919,
            "stop": 1135914982
        },
        {
            "start": 1135914984,
            "stop": 1135915313
        },
        {
            "start": 1135915315,
            "stop": 1135915425
        },
        {
            "start": 1135915427,
            "stop": 1135915804
        },
        {
            "start": 1135915806,
            "stop": 1135916015
        },
        {
            "start": 1135916017,
            "stop": 1135917816
        },
        {
            "start": 1135917818,
            "stop": 1135918690
        },
        {
            "start": 1135918692,
            "stop": 1135918839
        },
        {
            "start": 1135918841,
            "stop": 1135919227
        },
        {
            "start": 1135919229,
            "stop": 1135920538
        },
        {
            "start": 1135920540,
            "stop": 1135920747
        },
        {
            "start": 1135920749,
            "stop": 1135921676
        }
    ]
}