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=219
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=220",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=218",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 219,
    "results": [
        {
            "start": 931534136,
            "stop": 931534225
        },
        {
            "start": 931534227,
            "stop": 931534240
        },
        {
            "start": 931534241,
            "stop": 931534305
        },
        {
            "start": 931534306,
            "stop": 931534319
        },
        {
            "start": 931534321,
            "stop": 931534324
        },
        {
            "start": 931534325,
            "stop": 931534376
        },
        {
            "start": 931534377,
            "stop": 931534402
        },
        {
            "start": 931534403,
            "stop": 931534443
        },
        {
            "start": 931534444,
            "stop": 931534463
        },
        {
            "start": 931534464,
            "stop": 931534511
        },
        {
            "start": 931534513,
            "stop": 931534524
        },
        {
            "start": 931534526,
            "stop": 931534527
        },
        {
            "start": 931534531,
            "stop": 931534538
        },
        {
            "start": 931534539,
            "stop": 931534544
        },
        {
            "start": 931534546,
            "stop": 931534586
        },
        {
            "start": 931534588,
            "stop": 931534608
        },
        {
            "start": 931534609,
            "stop": 931534618
        },
        {
            "start": 931534620,
            "stop": 931534622
        },
        {
            "start": 931534623,
            "stop": 931534654
        },
        {
            "start": 931534655,
            "stop": 931534659
        }
    ]
}