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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=198",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 199,
    "results": [
        {
            "start": 933060898,
            "stop": 933060941
        },
        {
            "start": 933060962,
            "stop": 933061026
        },
        {
            "start": 933061031,
            "stop": 933061365
        },
        {
            "start": 933061416,
            "stop": 933061418
        },
        {
            "start": 933061438,
            "stop": 933061802
        },
        {
            "start": 933061803,
            "stop": 933061833
        },
        {
            "start": 933061834,
            "stop": 933061851
        },
        {
            "start": 933061872,
            "stop": 933061888
        },
        {
            "start": 933062048,
            "stop": 933062175
        },
        {
            "start": 933062194,
            "stop": 933062278
        },
        {
            "start": 933062297,
            "stop": 933062362
        },
        {
            "start": 933062381,
            "stop": 933062471
        },
        {
            "start": 933062490,
            "stop": 933062525
        },
        {
            "start": 933062545,
            "stop": 933062557
        },
        {
            "start": 933062577,
            "stop": 933062632
        },
        {
            "start": 933062633,
            "stop": 933063103
        },
        {
            "start": 933063166,
            "stop": 933063227
        },
        {
            "start": 933063228,
            "stop": 933063388
        },
        {
            "start": 933063406,
            "stop": 933063420
        },
        {
            "start": 933063438,
            "stop": 933063589
        }
    ]
}