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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8880",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8878",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8879,
    "results": [
        {
            "start": 875038326,
            "stop": 875038490
        },
        {
            "start": 875038570,
            "stop": 875039210
        },
        {
            "start": 875039290,
            "stop": 875039412
        },
        {
            "start": 875039532,
            "stop": 875040393
        },
        {
            "start": 875040410,
            "stop": 875041363
        },
        {
            "start": 875041483,
            "stop": 875041550
        },
        {
            "start": 875042981,
            "stop": 875043456
        },
        {
            "start": 875043473,
            "stop": 875043770
        },
        {
            "start": 875043850,
            "stop": 875043926
        },
        {
            "start": 875043962,
            "stop": 875044190
        },
        {
            "start": 875044270,
            "stop": 875047430
        },
        {
            "start": 875047510,
            "stop": 875047560
        },
        {
            "start": 875047620,
            "stop": 875047806
        },
        {
            "start": 875047926,
            "stop": 875048054
        },
        {
            "start": 875048071,
            "stop": 875048460
        },
        {
            "start": 875048520,
            "stop": 875049110
        },
        {
            "start": 875049190,
            "stop": 875049720
        },
        {
            "start": 875049780,
            "stop": 875051280
        },
        {
            "start": 875051340,
            "stop": 875051640
        },
        {
            "start": 875051700,
            "stop": 875051760
        }
    ]
}