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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=85",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 86,
    "results": [
        {
            "start": 826336448,
            "stop": 826339616
        },
        {
            "start": 826341045,
            "stop": 826341433
        },
        {
            "start": 826343325,
            "stop": 826343904
        },
        {
            "start": 826343936,
            "stop": 826347002
        },
        {
            "start": 826349274,
            "stop": 826354816
        },
        {
            "start": 826354848,
            "stop": 826355807
        },
        {
            "start": 826361789,
            "stop": 826362528
        },
        {
            "start": 826362560,
            "stop": 826368287
        },
        {
            "start": 826369307,
            "stop": 826370272
        },
        {
            "start": 826370304,
            "stop": 826371392
        },
        {
            "start": 826371424,
            "stop": 826372288
        },
        {
            "start": 826372320,
            "stop": 826377728
        },
        {
            "start": 826377760,
            "stop": 826379424
        },
        {
            "start": 826379456,
            "stop": 826380793
        },
        {
            "start": 826383233,
            "stop": 826387674
        },
        {
            "start": 826410143,
            "stop": 826413199
        },
        {
            "start": 826430474,
            "stop": 826439450
        },
        {
            "start": 826446442,
            "stop": 826468327
        },
        {
            "start": 826469979,
            "stop": 826478593
        },
        {
            "start": 826479519,
            "stop": 826489452
        }
    ]
}