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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=259",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 260,
    "results": [
        {
            "start": 1177101029,
            "stop": 1177101030
        },
        {
            "start": 1177101031,
            "stop": 1177101077
        },
        {
            "start": 1177101078,
            "stop": 1177101290
        },
        {
            "start": 1177101292,
            "stop": 1177101641
        },
        {
            "start": 1177101642,
            "stop": 1177101643
        },
        {
            "start": 1177101644,
            "stop": 1177101650
        },
        {
            "start": 1177101651,
            "stop": 1177101728
        },
        {
            "start": 1177101731,
            "stop": 1177101737
        },
        {
            "start": 1177101738,
            "stop": 1177101740
        },
        {
            "start": 1177101742,
            "stop": 1177101749
        },
        {
            "start": 1177101750,
            "stop": 1177102231
        },
        {
            "start": 1177102233,
            "stop": 1177102353
        },
        {
            "start": 1177102359,
            "stop": 1177102384
        },
        {
            "start": 1177102389,
            "stop": 1177102402
        },
        {
            "start": 1177102404,
            "stop": 1177102411
        },
        {
            "start": 1177102414,
            "stop": 1177102434
        },
        {
            "start": 1177102438,
            "stop": 1177102453
        },
        {
            "start": 1177102455,
            "stop": 1177102600
        },
        {
            "start": 1177102601,
            "stop": 1177102792
        },
        {
            "start": 1177102794,
            "stop": 1177102803
        }
    ]
}