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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1064",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1062",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1063,
    "results": [
        {
            "start": 1136369283,
            "stop": 1136369304
        },
        {
            "start": 1136369307,
            "stop": 1136370334
        },
        {
            "start": 1136370337,
            "stop": 1136370515
        },
        {
            "start": 1136370518,
            "stop": 1136374376
        },
        {
            "start": 1136374379,
            "stop": 1136374584
        },
        {
            "start": 1136374587,
            "stop": 1136374738
        },
        {
            "start": 1136374741,
            "stop": 1136375234
        },
        {
            "start": 1136375237,
            "stop": 1136375906
        },
        {
            "start": 1136375909,
            "stop": 1136376034
        },
        {
            "start": 1136376037,
            "stop": 1136376123
        },
        {
            "start": 1136376659,
            "stop": 1136376798
        },
        {
            "start": 1136376801,
            "stop": 1136378134
        },
        {
            "start": 1136378137,
            "stop": 1136378844
        },
        {
            "start": 1136378847,
            "stop": 1136378904
        },
        {
            "start": 1136378907,
            "stop": 1136379047
        },
        {
            "start": 1136379050,
            "stop": 1136379197
        },
        {
            "start": 1136379200,
            "stop": 1136379216
        },
        {
            "start": 1136379219,
            "stop": 1136379392
        },
        {
            "start": 1136379395,
            "stop": 1136379458
        },
        {
            "start": 1136379461,
            "stop": 1136379502
        }
    ]
}