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=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=141",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 142,
    "results": [
        {
            "start": 932188721,
            "stop": 932190492
        },
        {
            "start": 932190497,
            "stop": 932190835
        },
        {
            "start": 932190837,
            "stop": 932191047
        },
        {
            "start": 932191167,
            "stop": 932191215
        },
        {
            "start": 932196440,
            "stop": 932198415
        },
        {
            "start": 932198775,
            "stop": 932199011
        },
        {
            "start": 932199013,
            "stop": 932199670
        },
        {
            "start": 932199730,
            "stop": 932200377
        },
        {
            "start": 932200379,
            "stop": 932200510
        },
        {
            "start": 932200512,
            "stop": 932200915
        },
        {
            "start": 932200918,
            "stop": 932201476
        },
        {
            "start": 932201596,
            "stop": 932202015
        },
        {
            "start": 932202375,
            "stop": 932202767
        },
        {
            "start": 932205975,
            "stop": 932206722
        },
        {
            "start": 932206724,
            "stop": 932207127
        },
        {
            "start": 932207129,
            "stop": 932209215
        },
        {
            "start": 932209575,
            "stop": 932210844
        },
        {
            "start": 932210846,
            "stop": 932211191
        },
        {
            "start": 932211194,
            "stop": 932211293
        },
        {
            "start": 932211296,
            "stop": 932212815
        }
    ]
}