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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7006",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7004",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7005,
    "results": [
        {
            "start": 873741866,
            "stop": 873741938
        },
        {
            "start": 873741939,
            "stop": 873742061
        },
        {
            "start": 873742062,
            "stop": 873742086
        },
        {
            "start": 873742087,
            "stop": 873742103
        },
        {
            "start": 873742105,
            "stop": 873742539
        },
        {
            "start": 873742540,
            "stop": 873742544
        },
        {
            "start": 873742545,
            "stop": 873742869
        },
        {
            "start": 873742870,
            "stop": 873743333
        },
        {
            "start": 873743334,
            "stop": 873743430
        },
        {
            "start": 873743431,
            "stop": 873743923
        },
        {
            "start": 873743924,
            "stop": 873744122
        },
        {
            "start": 873744124,
            "stop": 873744202
        },
        {
            "start": 873744203,
            "stop": 873744267
        },
        {
            "start": 873744268,
            "stop": 873744408
        },
        {
            "start": 873744409,
            "stop": 873744469
        },
        {
            "start": 873744470,
            "stop": 873744740
        },
        {
            "start": 873744741,
            "stop": 873745230
        },
        {
            "start": 873745231,
            "stop": 873745328
        },
        {
            "start": 873746777,
            "stop": 873747174
        },
        {
            "start": 873747175,
            "stop": 873747237
        }
    ]
}