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=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=293",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 294,
    "results": [
        {
            "start": 931540687,
            "stop": 931540690
        },
        {
            "start": 931540692,
            "stop": 931540705
        },
        {
            "start": 931540707,
            "stop": 931540710
        },
        {
            "start": 931540712,
            "stop": 931540717
        },
        {
            "start": 931540721,
            "stop": 931540728
        },
        {
            "start": 931540730,
            "stop": 931540731
        },
        {
            "start": 931540732,
            "stop": 931540736
        },
        {
            "start": 931540738,
            "stop": 931540766
        },
        {
            "start": 931540770,
            "stop": 931540771
        },
        {
            "start": 931540773,
            "stop": 931540786
        },
        {
            "start": 931540790,
            "stop": 931540800
        },
        {
            "start": 931540801,
            "stop": 931540802
        },
        {
            "start": 931540804,
            "stop": 931540816
        },
        {
            "start": 931540819,
            "stop": 931540829
        },
        {
            "start": 931540831,
            "stop": 931540833
        },
        {
            "start": 931540836,
            "stop": 931540839
        },
        {
            "start": 931540840,
            "stop": 931540848
        },
        {
            "start": 931540850,
            "stop": 931540851
        },
        {
            "start": 931540853,
            "stop": 931540864
        },
        {
            "start": 931540867,
            "stop": 931540873
        }
    ]
}