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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=97",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 98,
    "results": [
        {
            "start": 1239629728,
            "stop": 1239630327
        },
        {
            "start": 1239630328,
            "stop": 1239630927
        },
        {
            "start": 1239630928,
            "stop": 1239631507
        },
        {
            "start": 1239631508,
            "stop": 1239632127
        },
        {
            "start": 1239632128,
            "stop": 1239632727
        },
        {
            "start": 1239632728,
            "stop": 1239633307
        },
        {
            "start": 1239633308,
            "stop": 1239633927
        },
        {
            "start": 1239633928,
            "stop": 1239634527
        },
        {
            "start": 1239634528,
            "stop": 1239635127
        },
        {
            "start": 1239635128,
            "stop": 1239635707
        },
        {
            "start": 1239635708,
            "stop": 1239636327
        },
        {
            "start": 1239636328,
            "stop": 1239636927
        },
        {
            "start": 1239636928,
            "stop": 1239637507
        },
        {
            "start": 1239637508,
            "stop": 1239638127
        },
        {
            "start": 1239638128,
            "stop": 1239638727
        },
        {
            "start": 1239638728,
            "stop": 1239639307
        },
        {
            "start": 1239639308,
            "stop": 1239639927
        },
        {
            "start": 1239639928,
            "stop": 1239640527
        },
        {
            "start": 1239640528,
            "stop": 1239641127
        },
        {
            "start": 1239641128,
            "stop": 1239641381
        }
    ]
}