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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5064",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5062",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5063,
    "results": [
        {
            "start": 874608940,
            "stop": 874608962
        },
        {
            "start": 874608981,
            "stop": 874608989
        },
        {
            "start": 874608997,
            "stop": 874609008
        },
        {
            "start": 874609022,
            "stop": 874609039
        },
        {
            "start": 874609048,
            "stop": 874609051
        },
        {
            "start": 874609062,
            "stop": 874609067
        },
        {
            "start": 874609074,
            "stop": 874609125
        },
        {
            "start": 874609137,
            "stop": 874609142
        },
        {
            "start": 874609149,
            "stop": 874609162
        },
        {
            "start": 874609175,
            "stop": 874609203
        },
        {
            "start": 874609214,
            "stop": 874609228
        },
        {
            "start": 874609235,
            "stop": 874609248
        },
        {
            "start": 874609255,
            "stop": 874609319
        },
        {
            "start": 874609330,
            "stop": 874609337
        },
        {
            "start": 874609346,
            "stop": 874609407
        },
        {
            "start": 874609423,
            "stop": 874609425
        },
        {
            "start": 874609436,
            "stop": 874609441
        },
        {
            "start": 874609455,
            "stop": 874609460
        },
        {
            "start": 874609469,
            "stop": 874609488
        },
        {
            "start": 874609520,
            "stop": 874609528
        }
    ]
}