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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=348",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 349,
    "results": [
        {
            "start": 934362160,
            "stop": 934362184
        },
        {
            "start": 934362186,
            "stop": 934362209
        },
        {
            "start": 934362212,
            "stop": 934362216
        },
        {
            "start": 934362219,
            "stop": 934362234
        },
        {
            "start": 934362238,
            "stop": 934365735
        },
        {
            "start": 934365737,
            "stop": 934365758
        },
        {
            "start": 934365760,
            "stop": 934365785
        },
        {
            "start": 934365787,
            "stop": 934365812
        },
        {
            "start": 934365814,
            "stop": 934365817
        },
        {
            "start": 934365820,
            "stop": 934365835
        },
        {
            "start": 934365839,
            "stop": 934367422
        },
        {
            "start": 934367425,
            "stop": 934369358
        },
        {
            "start": 934369360,
            "stop": 934369365
        },
        {
            "start": 934369369,
            "stop": 934369384
        },
        {
            "start": 934369386,
            "stop": 934369391
        },
        {
            "start": 934369394,
            "stop": 934369411
        },
        {
            "start": 934369413,
            "stop": 934369416
        },
        {
            "start": 934369419,
            "stop": 934369434
        },
        {
            "start": 934369438,
            "stop": 934369819
        },
        {
            "start": 934369822,
            "stop": 934370342
        }
    ]
}