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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=165",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 166,
    "results": [
        {
            "start": 932508375,
            "stop": 932509062
        },
        {
            "start": 932509064,
            "stop": 932509106
        },
        {
            "start": 932509109,
            "stop": 932509776
        },
        {
            "start": 932509782,
            "stop": 932509859
        },
        {
            "start": 932509861,
            "stop": 932510082
        },
        {
            "start": 932510084,
            "stop": 932511297
        },
        {
            "start": 932511300,
            "stop": 932511404
        },
        {
            "start": 932511406,
            "stop": 932511408
        },
        {
            "start": 932511411,
            "stop": 932511615
        },
        {
            "start": 932511975,
            "stop": 932512318
        },
        {
            "start": 932512323,
            "stop": 932512354
        },
        {
            "start": 932512359,
            "stop": 932512753
        },
        {
            "start": 932512755,
            "stop": 932513172
        },
        {
            "start": 932513177,
            "stop": 932514363
        },
        {
            "start": 932514365,
            "stop": 932515215
        },
        {
            "start": 932515575,
            "stop": 932517436
        },
        {
            "start": 932517438,
            "stop": 932517600
        },
        {
            "start": 932517603,
            "stop": 932518273
        },
        {
            "start": 932518275,
            "stop": 932518815
        },
        {
            "start": 932519175,
            "stop": 932521034
        }
    ]
}