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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=75",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 76,
    "results": [
        {
            "start": 816483365,
            "stop": 816483366
        },
        {
            "start": 816483375,
            "stop": 816483377
        },
        {
            "start": 816483383,
            "stop": 816483393
        },
        {
            "start": 816483398,
            "stop": 816483542
        },
        {
            "start": 816483547,
            "stop": 816483569
        },
        {
            "start": 816483575,
            "stop": 816483706
        },
        {
            "start": 816483710,
            "stop": 816483735
        },
        {
            "start": 816483739,
            "stop": 816483801
        },
        {
            "start": 816483810,
            "stop": 816483812
        },
        {
            "start": 816483816,
            "stop": 816483938
        },
        {
            "start": 816483941,
            "stop": 816483959
        },
        {
            "start": 816483962,
            "stop": 816484048
        },
        {
            "start": 816484052,
            "stop": 816484100
        },
        {
            "start": 816484104,
            "stop": 816484139
        },
        {
            "start": 816484147,
            "stop": 816484181
        },
        {
            "start": 816484188,
            "stop": 816484319
        },
        {
            "start": 816484323,
            "stop": 816484333
        },
        {
            "start": 816484337,
            "stop": 816484425
        },
        {
            "start": 816484428,
            "stop": 816484434
        },
        {
            "start": 816484437,
            "stop": 816484474
        }
    ]
}