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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=391",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=389",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 390,
    "results": [
        {
            "start": 932501175,
            "stop": 932501651
        },
        {
            "start": 932501654,
            "stop": 932504333
        },
        {
            "start": 932504336,
            "stop": 932504415
        },
        {
            "start": 932505817,
            "stop": 932508015
        },
        {
            "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": 932512753
        },
        {
            "start": 932512755,
            "stop": 932514363
        },
        {
            "start": 932514365,
            "stop": 932515215
        },
        {
            "start": 932515575,
            "stop": 932517436
        },
        {
            "start": 932517438,
            "stop": 932517600
        },
        {
            "start": 932517603,
            "stop": 932518273
        },
        {
            "start": 932518275,
            "stop": 932518815
        }
    ]
}