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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41053",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41051",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41052,
    "results": [
        {
            "start": 875200071,
            "stop": 875200098
        },
        {
            "start": 875200099,
            "stop": 875200103
        },
        {
            "start": 875200105,
            "stop": 875200118
        },
        {
            "start": 875200119,
            "stop": 875200138
        },
        {
            "start": 875200139,
            "stop": 875200200
        },
        {
            "start": 875200201,
            "stop": 875200220
        },
        {
            "start": 875200221,
            "stop": 875200232
        },
        {
            "start": 875200233,
            "stop": 875200240
        },
        {
            "start": 875200241,
            "stop": 875200315
        },
        {
            "start": 875200316,
            "stop": 875200349
        },
        {
            "start": 875200350,
            "stop": 875200358
        },
        {
            "start": 875200359,
            "stop": 875200367
        },
        {
            "start": 875200368,
            "stop": 875200372
        },
        {
            "start": 875200373,
            "stop": 875200383
        },
        {
            "start": 875200384,
            "stop": 875200395
        },
        {
            "start": 875200396,
            "stop": 875200399
        },
        {
            "start": 875200400,
            "stop": 875200405
        },
        {
            "start": 875200406,
            "stop": 875200410
        },
        {
            "start": 875200412,
            "stop": 875200426
        },
        {
            "start": 875200427,
            "stop": 875200440
        }
    ]
}