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=279
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=280",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=278",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 279,
    "results": [
        {
            "start": 1181046182,
            "stop": 1181046188
        },
        {
            "start": 1181046191,
            "stop": 1181046662
        },
        {
            "start": 1181046663,
            "stop": 1181048140
        },
        {
            "start": 1181048141,
            "stop": 1181049892
        },
        {
            "start": 1181049893,
            "stop": 1181049895
        },
        {
            "start": 1181049896,
            "stop": 1181049967
        },
        {
            "start": 1181049968,
            "stop": 1181050031
        },
        {
            "start": 1181050032,
            "stop": 1181050038
        },
        {
            "start": 1181050039,
            "stop": 1181050050
        },
        {
            "start": 1181050053,
            "stop": 1181050232
        },
        {
            "start": 1181050233,
            "stop": 1181050279
        },
        {
            "start": 1181050283,
            "stop": 1181050470
        },
        {
            "start": 1181050471,
            "stop": 1181050505
        },
        {
            "start": 1181050507,
            "stop": 1181050510
        },
        {
            "start": 1181050511,
            "stop": 1181050634
        },
        {
            "start": 1181050638,
            "stop": 1181050808
        },
        {
            "start": 1181050809,
            "stop": 1181050970
        },
        {
            "start": 1181050972,
            "stop": 1181050978
        },
        {
            "start": 1181050979,
            "stop": 1181051125
        },
        {
            "start": 1181051128,
            "stop": 1181052061
        }
    ]
}