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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40586",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40584",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40585,
    "results": [
        {
            "start": 874857525,
            "stop": 874857563
        },
        {
            "start": 874874029,
            "stop": 874874088
        },
        {
            "start": 874874089,
            "stop": 874874094
        },
        {
            "start": 874874096,
            "stop": 874874163
        },
        {
            "start": 874874164,
            "stop": 874874195
        },
        {
            "start": 874874196,
            "stop": 874874271
        },
        {
            "start": 874874273,
            "stop": 874874279
        },
        {
            "start": 874874281,
            "stop": 874874343
        },
        {
            "start": 874874345,
            "stop": 874874358
        },
        {
            "start": 874874360,
            "stop": 874874372
        },
        {
            "start": 874874374,
            "stop": 874874386
        },
        {
            "start": 874874387,
            "stop": 874874400
        },
        {
            "start": 874874401,
            "stop": 874874408
        },
        {
            "start": 874874411,
            "stop": 874874417
        },
        {
            "start": 874874419,
            "stop": 874874433
        },
        {
            "start": 874874436,
            "stop": 874874442
        },
        {
            "start": 874874446,
            "stop": 874874447
        },
        {
            "start": 874874450,
            "stop": 874874453
        },
        {
            "start": 874874454,
            "stop": 874874462
        },
        {
            "start": 874875059,
            "stop": 874875064
        }
    ]
}