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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=507",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=505",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 506,
    "results": [
        {
            "start": 868041755,
            "stop": 868041774
        },
        {
            "start": 868041779,
            "stop": 868043112
        },
        {
            "start": 868043118,
            "stop": 868044849
        },
        {
            "start": 868044853,
            "stop": 868044873
        },
        {
            "start": 868044876,
            "stop": 868045660
        },
        {
            "start": 868046227,
            "stop": 868046280
        },
        {
            "start": 868046340,
            "stop": 868046544
        },
        {
            "start": 868046549,
            "stop": 868046940
        },
        {
            "start": 868047000,
            "stop": 868054503
        },
        {
            "start": 868056148,
            "stop": 868057490
        },
        {
            "start": 868057980,
            "stop": 868059611
        },
        {
            "start": 868059917,
            "stop": 868060561
        },
        {
            "start": 868060891,
            "stop": 868061817
        },
        {
            "start": 868061880,
            "stop": 868065285
        },
        {
            "start": 868065298,
            "stop": 868096405
        },
        {
            "start": 868096413,
            "stop": 868110480
        },
        {
            "start": 868110540,
            "stop": 868113480
        },
        {
            "start": 868113486,
            "stop": 868113524
        },
        {
            "start": 868113528,
            "stop": 868113917
        },
        {
            "start": 868113933,
            "stop": 868113955
        }
    ]
}