Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7274
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7273",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7274,
    "results": [
        {
            "start": 874978372,
            "stop": 874978377
        },
        {
            "start": 874978378,
            "stop": 874978381
        },
        {
            "start": 874978383,
            "stop": 874978388
        },
        {
            "start": 874978389,
            "stop": 874978395
        },
        {
            "start": 874978396,
            "stop": 874978398
        },
        {
            "start": 874978399,
            "stop": 874978428
        },
        {
            "start": 874978430,
            "stop": 874978556
        },
        {
            "start": 874978557,
            "stop": 874979231
        },
        {
            "start": 874979233,
            "stop": 874979345
        },
        {
            "start": 874984623,
            "stop": 874984704
        },
        {
            "start": 874984705,
            "stop": 874984862
        },
        {
            "start": 874986318,
            "stop": 874986324
        },
        {
            "start": 874986326,
            "stop": 874986327
        },
        {
            "start": 874986329,
            "stop": 874986332
        },
        {
            "start": 874986333,
            "stop": 874986334
        },
        {
            "start": 874986336,
            "stop": 874986337
        },
        {
            "start": 874986339,
            "stop": 874986342
        },
        {
            "start": 874986343,
            "stop": 874986345
        },
        {
            "start": 874986346,
            "stop": 874986348
        },
        {
            "start": 874986349,
            "stop": 874986353
        }
    ]
}