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=261
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=262",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=260",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 261,
    "results": [
        {
            "start": 1241649658,
            "stop": 1241649913
        },
        {
            "start": 1241649914,
            "stop": 1241650475
        },
        {
            "start": 1241650476,
            "stop": 1241650478
        },
        {
            "start": 1241650480,
            "stop": 1241650481
        },
        {
            "start": 1241650482,
            "stop": 1241650484
        },
        {
            "start": 1241650485,
            "stop": 1241650619
        },
        {
            "start": 1241650620,
            "stop": 1241651785
        },
        {
            "start": 1241651786,
            "stop": 1241679957
        },
        {
            "start": 1241679958,
            "stop": 1241682059
        },
        {
            "start": 1241682060,
            "stop": 1241682061
        },
        {
            "start": 1241682062,
            "stop": 1241682242
        },
        {
            "start": 1241682243,
            "stop": 1241682404
        },
        {
            "start": 1241682405,
            "stop": 1241682661
        },
        {
            "start": 1241682662,
            "stop": 1241683016
        },
        {
            "start": 1241683019,
            "stop": 1241683074
        },
        {
            "start": 1241683075,
            "stop": 1241683076
        },
        {
            "start": 1241683077,
            "stop": 1241683151
        },
        {
            "start": 1241683152,
            "stop": 1241683206
        },
        {
            "start": 1241683207,
            "stop": 1241683279
        },
        {
            "start": 1241683280,
            "stop": 1241683415
        }
    ]
}