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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=158",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 159,
    "results": [
        {
            "start": 932512755,
            "stop": 932513106
        },
        {
            "start": 932513166,
            "stop": 932513172
        },
        {
            "start": 932513177,
            "stop": 932513706
        },
        {
            "start": 932513766,
            "stop": 932514363
        },
        {
            "start": 932514365,
            "stop": 932514426
        },
        {
            "start": 932514486,
            "stop": 932515215
        },
        {
            "start": 932515575,
            "stop": 932517211
        },
        {
            "start": 932517331,
            "stop": 932517436
        },
        {
            "start": 932517438,
            "stop": 932517519
        },
        {
            "start": 932517639,
            "stop": 932518273
        },
        {
            "start": 932518275,
            "stop": 932518815
        },
        {
            "start": 932519175,
            "stop": 932521034
        },
        {
            "start": 932521036,
            "stop": 932521140
        },
        {
            "start": 932526375,
            "stop": 932527338
        },
        {
            "start": 932527458,
            "stop": 932527832
        },
        {
            "start": 932527835,
            "stop": 932527926
        },
        {
            "start": 932527986,
            "stop": 932529179
        },
        {
            "start": 932529181,
            "stop": 932529299
        },
        {
            "start": 932529302,
            "stop": 932529470
        },
        {
            "start": 932530779,
            "stop": 932531009
        }
    ]
}