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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1893",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1891",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1892,
    "results": [
        {
            "start": 846608483,
            "stop": 846610300
        },
        {
            "start": 846610304,
            "stop": 846610593
        },
        {
            "start": 846610599,
            "stop": 846611066
        },
        {
            "start": 846611069,
            "stop": 846611376
        },
        {
            "start": 846611383,
            "stop": 846611974
        },
        {
            "start": 846611977,
            "stop": 846611993
        },
        {
            "start": 846611996,
            "stop": 846612208
        },
        {
            "start": 846612215,
            "stop": 846612453
        },
        {
            "start": 846612457,
            "stop": 846612466
        },
        {
            "start": 846612469,
            "stop": 846613612
        },
        {
            "start": 846613621,
            "stop": 846613627
        },
        {
            "start": 846613632,
            "stop": 846615042
        },
        {
            "start": 846615045,
            "stop": 846617322
        },
        {
            "start": 846617325,
            "stop": 846617331
        },
        {
            "start": 846617337,
            "stop": 846618209
        },
        {
            "start": 846618215,
            "stop": 846618277
        },
        {
            "start": 846618283,
            "stop": 846618372
        },
        {
            "start": 846618378,
            "stop": 846618392
        },
        {
            "start": 846618398,
            "stop": 846620088
        },
        {
            "start": 846620743,
            "stop": 846622390
        }
    ]
}