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=99
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=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=98",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 99,
    "results": [
        {
            "start": 816660522,
            "stop": 816660932
        },
        {
            "start": 816660935,
            "stop": 816661013
        },
        {
            "start": 816661016,
            "stop": 816661798
        },
        {
            "start": 816661801,
            "stop": 816661872
        },
        {
            "start": 816661875,
            "stop": 816662077
        },
        {
            "start": 816662080,
            "stop": 816662095
        },
        {
            "start": 816662103,
            "stop": 816662199
        },
        {
            "start": 816662202,
            "stop": 816662278
        },
        {
            "start": 816662281,
            "stop": 816662292
        },
        {
            "start": 816662295,
            "stop": 816662309
        },
        {
            "start": 816662312,
            "stop": 816662322
        },
        {
            "start": 816662326,
            "stop": 816662384
        },
        {
            "start": 816662388,
            "stop": 816662391
        },
        {
            "start": 816662394,
            "stop": 816662801
        },
        {
            "start": 816662809,
            "stop": 816662844
        },
        {
            "start": 816662847,
            "stop": 816662849
        },
        {
            "start": 816662852,
            "stop": 816662893
        },
        {
            "start": 816663559,
            "stop": 816664205
        },
        {
            "start": 816664209,
            "stop": 816664236
        },
        {
            "start": 816664244,
            "stop": 816664249
        }
    ]
}