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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=61",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 62,
    "results": [
        {
            "start": 944707556,
            "stop": 944712562
        },
        {
            "start": 944724754,
            "stop": 944727116
        },
        {
            "start": 944727966,
            "stop": 944746755
        },
        {
            "start": 944747291,
            "stop": 944747889
        },
        {
            "start": 944759427,
            "stop": 944764753
        },
        {
            "start": 944765433,
            "stop": 944767817
        },
        {
            "start": 944768994,
            "stop": 944771903
        },
        {
            "start": 944773444,
            "stop": 944775833
        },
        {
            "start": 944776535,
            "stop": 944819566
        },
        {
            "start": 944821241,
            "stop": 944824390
        },
        {
            "start": 944825369,
            "stop": 944829687
        },
        {
            "start": 944831408,
            "stop": 944832306
        },
        {
            "start": 944833014,
            "stop": 944836895
        },
        {
            "start": 944837579,
            "stop": 944842370
        },
        {
            "start": 944853852,
            "stop": 944868447
        },
        {
            "start": 944876173,
            "stop": 944899264
        },
        {
            "start": 944944798,
            "stop": 944950552
        },
        {
            "start": 944951948,
            "stop": 944952209
        },
        {
            "start": 944952233,
            "stop": 944953382
        },
        {
            "start": 944953457,
            "stop": 944954326
        }
    ]
}