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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=11",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 12,
    "results": [
        {
            "start": 818339221,
            "stop": 818339625
        },
        {
            "start": 818340312,
            "stop": 818341867
        },
        {
            "start": 818343501,
            "stop": 818346272
        },
        {
            "start": 818346284,
            "stop": 818347852
        },
        {
            "start": 818360206,
            "stop": 818363359
        },
        {
            "start": 818363557,
            "stop": 818371438
        },
        {
            "start": 818373732,
            "stop": 818383766
        },
        {
            "start": 818385632,
            "stop": 818391558
        },
        {
            "start": 818391582,
            "stop": 818393797
        },
        {
            "start": 818395604,
            "stop": 818398869
        },
        {
            "start": 818398913,
            "stop": 818409515
        },
        {
            "start": 818410639,
            "stop": 818419983
        },
        {
            "start": 818422070,
            "stop": 818427180
        },
        {
            "start": 818468830,
            "stop": 818474746
        },
        {
            "start": 818475835,
            "stop": 818480369
        },
        {
            "start": 818491814,
            "stop": 818495100
        },
        {
            "start": 818495790,
            "stop": 818504275
        },
        {
            "start": 818504914,
            "stop": 818515089
        },
        {
            "start": 818551280,
            "stop": 818551512
        },
        {
            "start": 818551528,
            "stop": 818578250
        }
    ]
}