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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=220",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 221,
    "results": [
        {
            "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
        },
        {
            "start": 1177102805,
            "stop": 1177102858
        },
        {
            "start": 1177102859,
            "stop": 1177102868
        },
        {
            "start": 1177102869,
            "stop": 1177102938
        },
        {
            "start": 1177102939,
            "stop": 1177102940
        },
        {
            "start": 1177102943,
            "stop": 1177102944
        },
        {
            "start": 1177102945,
            "stop": 1177102969
        },
        {
            "start": 1177102971,
            "stop": 1177102989
        },
        {
            "start": 1177102990,
            "stop": 1177103002
        }
    ]
}