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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=327",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 328,
    "results": [
        {
            "start": 931895292,
            "stop": 931895343
        },
        {
            "start": 931895463,
            "stop": 931895653
        },
        {
            "start": 931895655,
            "stop": 931895703
        },
        {
            "start": 931895823,
            "stop": 931895955
        },
        {
            "start": 931895956,
            "stop": 931896016
        },
        {
            "start": 931896018,
            "stop": 931896100
        },
        {
            "start": 931896101,
            "stop": 931896284
        },
        {
            "start": 931896404,
            "stop": 931896504
        },
        {
            "start": 931896505,
            "stop": 931896610
        },
        {
            "start": 931896611,
            "stop": 931896650
        },
        {
            "start": 931896770,
            "stop": 931896955
        },
        {
            "start": 931896958,
            "stop": 931897067
        },
        {
            "start": 931897187,
            "stop": 931897308
        },
        {
            "start": 931897311,
            "stop": 931897312
        },
        {
            "start": 931897313,
            "stop": 931898058
        },
        {
            "start": 931898059,
            "stop": 931898893
        },
        {
            "start": 931898894,
            "stop": 931898896
        },
        {
            "start": 931898900,
            "stop": 931899207
        },
        {
            "start": 931899209,
            "stop": 931899534
        },
        {
            "start": 931899536,
            "stop": 931899559
        }
    ]
}