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=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=324",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 325,
    "results": [
        {
            "start": 821748773,
            "stop": 821748780
        },
        {
            "start": 821748790,
            "stop": 821748795
        },
        {
            "start": 821748800,
            "stop": 821748807
        },
        {
            "start": 821748813,
            "stop": 821748823
        },
        {
            "start": 821748826,
            "stop": 821748850
        },
        {
            "start": 821748856,
            "stop": 821748933
        },
        {
            "start": 821748942,
            "stop": 821748943
        },
        {
            "start": 821748947,
            "stop": 821748953
        },
        {
            "start": 821748956,
            "stop": 821748964
        },
        {
            "start": 821748968,
            "stop": 821748969
        },
        {
            "start": 821748972,
            "stop": 821748973
        },
        {
            "start": 821748982,
            "stop": 821748985
        },
        {
            "start": 821748988,
            "stop": 821748995
        },
        {
            "start": 821748998,
            "stop": 821749000
        },
        {
            "start": 821749003,
            "stop": 821749008
        },
        {
            "start": 821749011,
            "stop": 821749014
        },
        {
            "start": 821749017,
            "stop": 821749039
        },
        {
            "start": 821749042,
            "stop": 821749053
        },
        {
            "start": 821749058,
            "stop": 821749066
        },
        {
            "start": 821749074,
            "stop": 821749114
        }
    ]
}