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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=9",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 10,
    "results": [
        {
            "start": 932258455,
            "stop": 932260158
        },
        {
            "start": 932260423,
            "stop": 932297012
        },
        {
            "start": 932308410,
            "stop": 932315358
        },
        {
            "start": 932317030,
            "stop": 932318187
        },
        {
            "start": 932318474,
            "stop": 932321047
        },
        {
            "start": 932323346,
            "stop": 932328933
        },
        {
            "start": 932329813,
            "stop": 932340573
        },
        {
            "start": 932341069,
            "stop": 932343569
        },
        {
            "start": 932344192,
            "stop": 932382267
        },
        {
            "start": 932399428,
            "stop": 932403933
        },
        {
            "start": 932405518,
            "stop": 932411080
        },
        {
            "start": 932411233,
            "stop": 932424062
        },
        {
            "start": 932424694,
            "stop": 932424766
        },
        {
            "start": 932426536,
            "stop": 932427832
        },
        {
            "start": 932427969,
            "stop": 932427979
        },
        {
            "start": 932432874,
            "stop": 932444700
        },
        {
            "start": 932450319,
            "stop": 932452381
        },
        {
            "start": 932454649,
            "stop": 932463988
        },
        {
            "start": 932465621,
            "stop": 932466354
        },
        {
            "start": 932472525,
            "stop": 932473706
        }
    ]
}