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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=197",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 198,
    "results": [
        {
            "start": 931464986,
            "stop": 931465044
        },
        {
            "start": 931465046,
            "stop": 931465082
        },
        {
            "start": 931465083,
            "stop": 931465093
        },
        {
            "start": 931465096,
            "stop": 931465101
        },
        {
            "start": 931465102,
            "stop": 931465149
        },
        {
            "start": 931465150,
            "stop": 931465199
        },
        {
            "start": 931465201,
            "stop": 931465256
        },
        {
            "start": 931465257,
            "stop": 931465263
        },
        {
            "start": 931465265,
            "stop": 931465266
        },
        {
            "start": 931465267,
            "stop": 931465268
        },
        {
            "start": 931465271,
            "stop": 931465274
        },
        {
            "start": 931465276,
            "stop": 931465279
        },
        {
            "start": 931465280,
            "stop": 931465282
        },
        {
            "start": 931465291,
            "stop": 931465294
        },
        {
            "start": 931465297,
            "stop": 931465312
        },
        {
            "start": 931465316,
            "stop": 931465321
        },
        {
            "start": 931465323,
            "stop": 931465324
        },
        {
            "start": 931465326,
            "stop": 931465344
        },
        {
            "start": 931465346,
            "stop": 931465347
        },
        {
            "start": 931465348,
            "stop": 931465358
        }
    ]
}