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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=38",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 39,
    "results": [
        {
            "start": 816375403,
            "stop": 816375429
        },
        {
            "start": 816375437,
            "stop": 816375440
        },
        {
            "start": 816375449,
            "stop": 816375461
        },
        {
            "start": 816375467,
            "stop": 816375469
        },
        {
            "start": 816375481,
            "stop": 816375485
        },
        {
            "start": 816375490,
            "stop": 816375504
        },
        {
            "start": 816375510,
            "stop": 816375522
        },
        {
            "start": 816375531,
            "stop": 816375532
        },
        {
            "start": 816375541,
            "stop": 816375546
        },
        {
            "start": 816375556,
            "stop": 816375558
        },
        {
            "start": 816375563,
            "stop": 816375602
        },
        {
            "start": 816375609,
            "stop": 816375668
        },
        {
            "start": 816375672,
            "stop": 816375676
        },
        {
            "start": 816375684,
            "stop": 816375688
        },
        {
            "start": 816375693,
            "stop": 816375739
        },
        {
            "start": 816375749,
            "stop": 816375778
        },
        {
            "start": 816375787,
            "stop": 816375797
        },
        {
            "start": 816375807,
            "stop": 816375828
        },
        {
            "start": 816375833,
            "stop": 816375847
        },
        {
            "start": 816375853,
            "stop": 816375857
        }
    ]
}