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=40650
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=40651",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40649",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40650,
    "results": [
        {
            "start": 874916361,
            "stop": 874916377
        },
        {
            "start": 874916378,
            "stop": 874916399
        },
        {
            "start": 874916400,
            "stop": 874916424
        },
        {
            "start": 874916425,
            "stop": 874916427
        },
        {
            "start": 874916429,
            "stop": 874916432
        },
        {
            "start": 874916433,
            "stop": 874916434
        },
        {
            "start": 874916435,
            "stop": 874916439
        },
        {
            "start": 874916440,
            "stop": 874916448
        },
        {
            "start": 874916449,
            "stop": 874916460
        },
        {
            "start": 874916461,
            "stop": 874916463
        },
        {
            "start": 874916464,
            "stop": 874916470
        },
        {
            "start": 874916471,
            "stop": 874916475
        },
        {
            "start": 874916476,
            "stop": 874916481
        },
        {
            "start": 874916483,
            "stop": 874916485
        },
        {
            "start": 874916486,
            "stop": 874916488
        },
        {
            "start": 874916492,
            "stop": 874916496
        },
        {
            "start": 874916497,
            "stop": 874916510
        },
        {
            "start": 874916511,
            "stop": 874916512
        },
        {
            "start": 874916513,
            "stop": 874916520
        },
        {
            "start": 874916522,
            "stop": 874916546
        }
    ]
}