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=234
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=235",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=233",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 234,
    "results": [
        {
            "start": 1177332616,
            "stop": 1177332636
        },
        {
            "start": 1177332639,
            "stop": 1177332654
        },
        {
            "start": 1177332657,
            "stop": 1177332660
        },
        {
            "start": 1177332661,
            "stop": 1177332665
        },
        {
            "start": 1177332668,
            "stop": 1177332669
        },
        {
            "start": 1177332670,
            "stop": 1177332672
        },
        {
            "start": 1177332673,
            "stop": 1177332675
        },
        {
            "start": 1177332677,
            "stop": 1177333117
        },
        {
            "start": 1177333118,
            "stop": 1177333289
        },
        {
            "start": 1177333290,
            "stop": 1177333492
        },
        {
            "start": 1177333493,
            "stop": 1177333510
        },
        {
            "start": 1177333513,
            "stop": 1177333514
        },
        {
            "start": 1177333516,
            "stop": 1177333528
        },
        {
            "start": 1177333529,
            "stop": 1177333539
        },
        {
            "start": 1177333540,
            "stop": 1177333602
        },
        {
            "start": 1177333604,
            "stop": 1177333605
        },
        {
            "start": 1177333608,
            "stop": 1177333655
        },
        {
            "start": 1177333656,
            "stop": 1177333657
        },
        {
            "start": 1177333660,
            "stop": 1177333842
        },
        {
            "start": 1177358249,
            "stop": 1177360211
        }
    ]
}