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=4589
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=4590",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4588",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4589,
    "results": [
        {
            "start": 969104105,
            "stop": 969104188
        },
        {
            "start": 969104191,
            "stop": 969104331
        },
        {
            "start": 969104334,
            "stop": 969104369
        },
        {
            "start": 969104372,
            "stop": 969104385
        },
        {
            "start": 969104388,
            "stop": 969104433
        },
        {
            "start": 969104436,
            "stop": 969104469
        },
        {
            "start": 969104472,
            "stop": 969104485
        },
        {
            "start": 969104488,
            "stop": 969104511
        },
        {
            "start": 969104514,
            "stop": 969104529
        },
        {
            "start": 969104533,
            "stop": 969104538
        },
        {
            "start": 969107599,
            "stop": 969107700
        },
        {
            "start": 969107703,
            "stop": 969107813
        },
        {
            "start": 969107815,
            "stop": 969107997
        },
        {
            "start": 969107998,
            "stop": 969108126
        },
        {
            "start": 969108129,
            "stop": 969108176
        },
        {
            "start": 969108179,
            "stop": 969108463
        },
        {
            "start": 969108480,
            "stop": 969108908
        },
        {
            "start": 969108911,
            "stop": 969108917
        },
        {
            "start": 969108920,
            "stop": 969109238
        },
        {
            "start": 969109298,
            "stop": 969109329
        }
    ]
}