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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=334",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 335,
    "results": [
        {
            "start": 866260958,
            "stop": 866289118
        },
        {
            "start": 866289174,
            "stop": 866300415
        },
        {
            "start": 866324019,
            "stop": 866325882
        },
        {
            "start": 866326608,
            "stop": 866333459
        },
        {
            "start": 866334498,
            "stop": 866338237
        },
        {
            "start": 866338873,
            "stop": 866353395
        },
        {
            "start": 866358693,
            "stop": 866386687
        },
        {
            "start": 866405184,
            "stop": 866410885
        },
        {
            "start": 866415788,
            "stop": 866440842
        },
        {
            "start": 866440851,
            "stop": 866440856
        },
        {
            "start": 866440861,
            "stop": 866440885
        },
        {
            "start": 866440890,
            "stop": 866477770
        },
        {
            "start": 866512515,
            "stop": 866524459
        },
        {
            "start": 866526322,
            "stop": 866559819
        },
        {
            "start": 866560843,
            "stop": 866567557
        },
        {
            "start": 866573467,
            "stop": 866575715
        },
        {
            "start": 866583109,
            "stop": 866583640
        },
        {
            "start": 866587385,
            "stop": 866593648
        },
        {
            "start": 866594760,
            "stop": 866600559
        },
        {
            "start": 866601120,
            "stop": 866601298
        }
    ]
}