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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=135",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 136,
    "results": [
        {
            "start": 966294915,
            "stop": 966294916
        },
        {
            "start": 966296017,
            "stop": 966310221
        },
        {
            "start": 966310933,
            "stop": 966340448
        },
        {
            "start": 966342853,
            "stop": 966343254
        },
        {
            "start": 966344913,
            "stop": 966347932
        },
        {
            "start": 966350853,
            "stop": 966357396
        },
        {
            "start": 966358532,
            "stop": 966358572
        },
        {
            "start": 966360378,
            "stop": 966365665
        },
        {
            "start": 966369561,
            "stop": 966378680
        },
        {
            "start": 966379646,
            "stop": 966403443
        },
        {
            "start": 966403812,
            "stop": 966428149
        },
        {
            "start": 966429807,
            "stop": 966433609
        },
        {
            "start": 966439211,
            "stop": 966443608
        },
        {
            "start": 966445581,
            "stop": 966451534
        },
        {
            "start": 966454978,
            "stop": 966455224
        },
        {
            "start": 966457135,
            "stop": 966468071
        },
        {
            "start": 966470006,
            "stop": 966470650
        },
        {
            "start": 966472392,
            "stop": 966494105
        },
        {
            "start": 966495241,
            "stop": 966518048
        },
        {
            "start": 966519980,
            "stop": 966531687
        }
    ]
}