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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29373",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29371",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29372,
    "results": [
        {
            "start": 971302013,
            "stop": 971302222
        },
        {
            "start": 971302225,
            "stop": 971302247
        },
        {
            "start": 971306894,
            "stop": 971306981
        },
        {
            "start": 971309223,
            "stop": 971309243
        },
        {
            "start": 971309246,
            "stop": 971309629
        },
        {
            "start": 971309631,
            "stop": 971309681
        },
        {
            "start": 971309684,
            "stop": 971309820
        },
        {
            "start": 971309823,
            "stop": 971309864
        },
        {
            "start": 971309867,
            "stop": 971309942
        },
        {
            "start": 971309945,
            "stop": 971309958
        },
        {
            "start": 971310003,
            "stop": 971310015
        },
        {
            "start": 971310018,
            "stop": 971310052
        },
        {
            "start": 971310055,
            "stop": 971310091
        },
        {
            "start": 971310094,
            "stop": 971310234
        },
        {
            "start": 971310237,
            "stop": 971310307
        },
        {
            "start": 971310309,
            "stop": 971310389
        },
        {
            "start": 971310391,
            "stop": 971310409
        },
        {
            "start": 971310412,
            "stop": 971310515
        },
        {
            "start": 971311500,
            "stop": 971311513
        },
        {
            "start": 971311516,
            "stop": 971311705
        }
    ]
}