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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=596",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=594",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 595,
    "results": [
        {
            "start": 836934070,
            "stop": 836943129
        },
        {
            "start": 836944478,
            "stop": 836948576
        },
        {
            "start": 836949177,
            "stop": 836953043
        },
        {
            "start": 836953635,
            "stop": 836958102
        },
        {
            "start": 836958515,
            "stop": 836965048
        },
        {
            "start": 836965448,
            "stop": 836965749
        },
        {
            "start": 836966250,
            "stop": 836968247
        },
        {
            "start": 836968249,
            "stop": 837025511
        },
        {
            "start": 837027450,
            "stop": 837028351
        },
        {
            "start": 837028352,
            "stop": 837028360
        },
        {
            "start": 837028364,
            "stop": 837033348
        },
        {
            "start": 837034728,
            "stop": 837037695
        },
        {
            "start": 837038990,
            "stop": 837070583
        },
        {
            "start": 837071568,
            "stop": 837078365
        },
        {
            "start": 837078942,
            "stop": 837080525
        },
        {
            "start": 837081120,
            "stop": 837085622
        },
        {
            "start": 837090809,
            "stop": 837092941
        },
        {
            "start": 837093481,
            "stop": 837109052
        },
        {
            "start": 837109466,
            "stop": 837110218
        },
        {
            "start": 837114783,
            "stop": 837114831
        }
    ]
}