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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6595",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6593",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6594,
    "results": [
        {
            "start": 874668104,
            "stop": 874668962
        },
        {
            "start": 874668963,
            "stop": 874669154
        },
        {
            "start": 874669155,
            "stop": 874669223
        },
        {
            "start": 874669225,
            "stop": 874670295
        },
        {
            "start": 874670296,
            "stop": 874670770
        },
        {
            "start": 874670771,
            "stop": 874671070
        },
        {
            "start": 874671071,
            "stop": 874671159
        },
        {
            "start": 874671160,
            "stop": 874672026
        },
        {
            "start": 874672028,
            "stop": 874672497
        },
        {
            "start": 874672498,
            "stop": 874672517
        },
        {
            "start": 874672518,
            "stop": 874672613
        },
        {
            "start": 874672614,
            "stop": 874672716
        },
        {
            "start": 874672718,
            "stop": 874672869
        },
        {
            "start": 874672870,
            "stop": 874673234
        },
        {
            "start": 874673235,
            "stop": 874673418
        },
        {
            "start": 874673419,
            "stop": 874673433
        },
        {
            "start": 874673434,
            "stop": 874673967
        },
        {
            "start": 874673968,
            "stop": 874674285
        },
        {
            "start": 874674286,
            "stop": 874674774
        },
        {
            "start": 874674775,
            "stop": 874674779
        }
    ]
}