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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=12",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 13,
    "results": [
        {
            "start": 816260809,
            "stop": 816264750
        },
        {
            "start": 816267217,
            "stop": 816269331
        },
        {
            "start": 816270860,
            "stop": 816271014
        },
        {
            "start": 816271018,
            "stop": 816271039
        },
        {
            "start": 816271043,
            "stop": 816271108
        },
        {
            "start": 816271111,
            "stop": 816271456
        },
        {
            "start": 816271462,
            "stop": 816271476
        },
        {
            "start": 816271480,
            "stop": 816271485
        },
        {
            "start": 816271488,
            "stop": 816271491
        },
        {
            "start": 816271498,
            "stop": 816271504
        },
        {
            "start": 816271508,
            "stop": 816271845
        },
        {
            "start": 816271854,
            "stop": 816271935
        },
        {
            "start": 816271940,
            "stop": 816271961
        },
        {
            "start": 816271970,
            "stop": 816272024
        },
        {
            "start": 816272028,
            "stop": 816272125
        },
        {
            "start": 816272128,
            "stop": 816272168
        },
        {
            "start": 816272171,
            "stop": 816272200
        },
        {
            "start": 816272203,
            "stop": 816272212
        },
        {
            "start": 816272215,
            "stop": 816272216
        },
        {
            "start": 816272225,
            "stop": 816272226
        }
    ]
}