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=6617
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=6618",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6616",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6617,
    "results": [
        {
            "start": 874794519,
            "stop": 874794652
        },
        {
            "start": 874794653,
            "stop": 874794732
        },
        {
            "start": 874794734,
            "stop": 874794795
        },
        {
            "start": 874794796,
            "stop": 874795066
        },
        {
            "start": 874795067,
            "stop": 874795202
        },
        {
            "start": 874795204,
            "stop": 874795244
        },
        {
            "start": 874795245,
            "stop": 874795258
        },
        {
            "start": 874795260,
            "stop": 874795585
        },
        {
            "start": 874795586,
            "stop": 874795593
        },
        {
            "start": 874795595,
            "stop": 874795835
        },
        {
            "start": 874795836,
            "stop": 874796244
        },
        {
            "start": 874796245,
            "stop": 874796319
        },
        {
            "start": 874796321,
            "stop": 874796577
        },
        {
            "start": 874796578,
            "stop": 874796635
        },
        {
            "start": 874796636,
            "stop": 874796768
        },
        {
            "start": 874796770,
            "stop": 874796786
        },
        {
            "start": 874796787,
            "stop": 874797085
        },
        {
            "start": 874797087,
            "stop": 874797682
        },
        {
            "start": 874797684,
            "stop": 874797706
        },
        {
            "start": 874797707,
            "stop": 874797799
        }
    ]
}