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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1267",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1265",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1266,
    "results": [
        {
            "start": 957802210,
            "stop": 957802281
        },
        {
            "start": 957802282,
            "stop": 957802858
        },
        {
            "start": 957802860,
            "stop": 957806315
        },
        {
            "start": 957806321,
            "stop": 957811199
        },
        {
            "start": 957812051,
            "stop": 957812690
        },
        {
            "start": 957813550,
            "stop": 957813618
        },
        {
            "start": 957813624,
            "stop": 957815439
        },
        {
            "start": 957816285,
            "stop": 957818027
        },
        {
            "start": 957818837,
            "stop": 957818847
        },
        {
            "start": 957818849,
            "stop": 957819235
        },
        {
            "start": 957823168,
            "stop": 957824580
        },
        {
            "start": 957824586,
            "stop": 957827046
        },
        {
            "start": 957827048,
            "stop": 957827359
        },
        {
            "start": 957828503,
            "stop": 957828515
        },
        {
            "start": 957828517,
            "stop": 957828564
        },
        {
            "start": 957828567,
            "stop": 957828571
        },
        {
            "start": 957828573,
            "stop": 957828698
        },
        {
            "start": 957828701,
            "stop": 957828704
        },
        {
            "start": 957828706,
            "stop": 957828727
        },
        {
            "start": 957828730,
            "stop": 957828756
        }
    ]
}