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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=16",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 17,
    "results": [
        {
            "start": 816274077,
            "stop": 816274113
        },
        {
            "start": 816274139,
            "stop": 816274167
        },
        {
            "start": 816274173,
            "stop": 816274178
        },
        {
            "start": 816274181,
            "stop": 816274195
        },
        {
            "start": 816274203,
            "stop": 816274211
        },
        {
            "start": 816274214,
            "stop": 816274245
        },
        {
            "start": 816274251,
            "stop": 816274255
        },
        {
            "start": 816274258,
            "stop": 816274279
        },
        {
            "start": 816274288,
            "stop": 816274292
        },
        {
            "start": 816274314,
            "stop": 816274319
        },
        {
            "start": 816274326,
            "stop": 816274327
        },
        {
            "start": 816274334,
            "stop": 816274350
        },
        {
            "start": 816274355,
            "stop": 816274358
        },
        {
            "start": 816274377,
            "stop": 816274390
        },
        {
            "start": 816274400,
            "stop": 816274432
        },
        {
            "start": 816274439,
            "stop": 816274452
        },
        {
            "start": 816274470,
            "stop": 816274471
        },
        {
            "start": 816274479,
            "stop": 816274535
        },
        {
            "start": 816274540,
            "stop": 816274555
        },
        {
            "start": 816274563,
            "stop": 816274568
        }
    ]
}