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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=195",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 196,
    "results": [
        {
            "start": 850089005,
            "stop": 850115161
        },
        {
            "start": 850116961,
            "stop": 850132870
        },
        {
            "start": 850132991,
            "stop": 850134350
        },
        {
            "start": 850136967,
            "stop": 850142151
        },
        {
            "start": 850143854,
            "stop": 850144845
        },
        {
            "start": 850145645,
            "stop": 850148113
        },
        {
            "start": 850148222,
            "stop": 850148470
        },
        {
            "start": 850148730,
            "stop": 850150130
        },
        {
            "start": 850151023,
            "stop": 850160966
        },
        {
            "start": 850161614,
            "stop": 850169084
        },
        {
            "start": 850169823,
            "stop": 850190597
        },
        {
            "start": 850190719,
            "stop": 850191695
        },
        {
            "start": 850192436,
            "stop": 850204668
        },
        {
            "start": 850205574,
            "stop": 850221640
        },
        {
            "start": 850222807,
            "stop": 850227943
        },
        {
            "start": 850229512,
            "stop": 850229734
        },
        {
            "start": 850230584,
            "stop": 850232909
        },
        {
            "start": 850234351,
            "stop": 850236924
        },
        {
            "start": 850237383,
            "stop": 850239526
        },
        {
            "start": 850242000,
            "stop": 850242131
        }
    ]
}