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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2421",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2419",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2420,
    "results": [
        {
            "start": 873576764,
            "stop": 873576830
        },
        {
            "start": 873576910,
            "stop": 873576982
        },
        {
            "start": 873576999,
            "stop": 873577250
        },
        {
            "start": 873577390,
            "stop": 873577670
        },
        {
            "start": 873577750,
            "stop": 873577970
        },
        {
            "start": 873578050,
            "stop": 873578400
        },
        {
            "start": 873578473,
            "stop": 873578810
        },
        {
            "start": 873578890,
            "stop": 873579216
        },
        {
            "start": 873579252,
            "stop": 873580042
        },
        {
            "start": 873580058,
            "stop": 873580070
        },
        {
            "start": 873580150,
            "stop": 873582650
        },
        {
            "start": 873582730,
            "stop": 873582930
        },
        {
            "start": 873582990,
            "stop": 873583011
        },
        {
            "start": 873583121,
            "stop": 873583138
        },
        {
            "start": 873584062,
            "stop": 873584150
        },
        {
            "start": 873584230,
            "stop": 873584268
        },
        {
            "start": 873584272,
            "stop": 873584608
        },
        {
            "start": 873584908,
            "stop": 873585470
        },
        {
            "start": 873585550,
            "stop": 873586018
        },
        {
            "start": 873586069,
            "stop": 873586073
        }
    ]
}