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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=964",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=962",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 963,
    "results": [
        {
            "start": 871925600,
            "stop": 871925660
        },
        {
            "start": 871925958,
            "stop": 871926378
        },
        {
            "start": 871926737,
            "stop": 871926917
        },
        {
            "start": 871927096,
            "stop": 871927456
        },
        {
            "start": 871927606,
            "stop": 871929886
        },
        {
            "start": 871930208,
            "stop": 871931048
        },
        {
            "start": 871931225,
            "stop": 871931285
        },
        {
            "start": 871931596,
            "stop": 871931656
        },
        {
            "start": 871931962,
            "stop": 871932022
        },
        {
            "start": 871932912,
            "stop": 871933572
        },
        {
            "start": 871935020,
            "stop": 871935260
        },
        {
            "start": 871935499,
            "stop": 871935979
        },
        {
            "start": 871936136,
            "stop": 871936916
        },
        {
            "start": 871937212,
            "stop": 871937392
        },
        {
            "start": 871937552,
            "stop": 871937792
        },
        {
            "start": 871937968,
            "stop": 871938208
        },
        {
            "start": 871938370,
            "stop": 871939810
        },
        {
            "start": 871940138,
            "stop": 871942508
        },
        {
            "start": 871942658,
            "stop": 871943318
        },
        {
            "start": 871943693,
            "stop": 871944473
        }
    ]
}