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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=280",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 281,
    "results": [
        {
            "start": 866353308,
            "stop": 866353309
        },
        {
            "start": 866353353,
            "stop": 866353360
        },
        {
            "start": 866358693,
            "stop": 866386687
        },
        {
            "start": 866405184,
            "stop": 866410885
        },
        {
            "start": 866415788,
            "stop": 866477770
        },
        {
            "start": 866512515,
            "stop": 866524459
        },
        {
            "start": 866526322,
            "stop": 866558013
        },
        {
            "start": 866558016,
            "stop": 866558190
        },
        {
            "start": 866558194,
            "stop": 866558259
        },
        {
            "start": 866558262,
            "stop": 866558467
        },
        {
            "start": 866558470,
            "stop": 866559819
        },
        {
            "start": 866560843,
            "stop": 866567557
        },
        {
            "start": 866573467,
            "stop": 866575715
        },
        {
            "start": 866583109,
            "stop": 866583640
        },
        {
            "start": 866587385,
            "stop": 866592976
        },
        {
            "start": 866592979,
            "stop": 866593648
        },
        {
            "start": 866594760,
            "stop": 866600559
        },
        {
            "start": 866601120,
            "stop": 866601298
        },
        {
            "start": 866603789,
            "stop": 866603953
        },
        {
            "start": 866604772,
            "stop": 866605033
        }
    ]
}