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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=45",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 46,
    "results": [
        {
            "start": 816426961,
            "stop": 816427009
        },
        {
            "start": 816427014,
            "stop": 816427267
        },
        {
            "start": 816427270,
            "stop": 816427280
        },
        {
            "start": 816427283,
            "stop": 816427330
        },
        {
            "start": 816427334,
            "stop": 816427372
        },
        {
            "start": 816427375,
            "stop": 816427390
        },
        {
            "start": 816427393,
            "stop": 816427396
        },
        {
            "start": 816427399,
            "stop": 816427434
        },
        {
            "start": 816427437,
            "stop": 816427586
        },
        {
            "start": 816427596,
            "stop": 816427633
        },
        {
            "start": 816427640,
            "stop": 816427703
        },
        {
            "start": 816427708,
            "stop": 816427714
        },
        {
            "start": 816427718,
            "stop": 816427921
        },
        {
            "start": 816427925,
            "stop": 816428153
        },
        {
            "start": 816428156,
            "stop": 816428158
        },
        {
            "start": 816428170,
            "stop": 816428644
        },
        {
            "start": 816428650,
            "stop": 816428996
        },
        {
            "start": 816429000,
            "stop": 816429304
        },
        {
            "start": 816429309,
            "stop": 816429546
        },
        {
            "start": 816429549,
            "stop": 816429553
        }
    ]
}