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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=144",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 145,
    "results": [
        {
            "start": 836796571,
            "stop": 836800209
        },
        {
            "start": 836800801,
            "stop": 836853248
        },
        {
            "start": 836854059,
            "stop": 836857982
        },
        {
            "start": 836858466,
            "stop": 836861394
        },
        {
            "start": 836862677,
            "stop": 836880375
        },
        {
            "start": 836882638,
            "stop": 836928632
        },
        {
            "start": 836930041,
            "stop": 836931736
        },
        {
            "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": 837025511
        },
        {
            "start": 837027450,
            "stop": 837028361
        },
        {
            "start": 837028364,
            "stop": 837033348
        },
        {
            "start": 837034728,
            "stop": 837037695
        },
        {
            "start": 837038990,
            "stop": 837070583
        },
        {
            "start": 837071568,
            "stop": 837078365
        },
        {
            "start": 837078942,
            "stop": 837080525
        }
    ]
}