Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=312
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=311",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 312,
    "results": [
        {
            "start": 1247873239,
            "stop": 1247873270
        },
        {
            "start": 1247873271,
            "stop": 1247873356
        },
        {
            "start": 1247873359,
            "stop": 1247873416
        },
        {
            "start": 1247873419,
            "stop": 1247873425
        },
        {
            "start": 1247873427,
            "stop": 1247873510
        },
        {
            "start": 1247873511,
            "stop": 1247873512
        },
        {
            "start": 1247873513,
            "stop": 1247873564
        },
        {
            "start": 1247873567,
            "stop": 1247873583
        },
        {
            "start": 1247873584,
            "stop": 1247873595
        },
        {
            "start": 1247873596,
            "stop": 1247873689
        },
        {
            "start": 1247873690,
            "stop": 1247873758
        },
        {
            "start": 1247873761,
            "stop": 1247873762
        },
        {
            "start": 1247873764,
            "stop": 1247873765
        },
        {
            "start": 1247873767,
            "stop": 1247873769
        },
        {
            "start": 1247873771,
            "stop": 1247873773
        },
        {
            "start": 1247873774,
            "stop": 1247873890
        },
        {
            "start": 1247873893,
            "stop": 1247873894
        },
        {
            "start": 1247873896,
            "stop": 1247873901
        },
        {
            "start": 1247873905,
            "stop": 1247873936
        },
        {
            "start": 1247873939,
            "stop": 1247873977
        }
    ]
}