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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1522",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1520",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1521,
    "results": [
        {
            "start": 871852752,
            "stop": 871852779
        },
        {
            "start": 871852787,
            "stop": 871852790
        },
        {
            "start": 871852803,
            "stop": 871852805
        },
        {
            "start": 871852815,
            "stop": 871852817
        },
        {
            "start": 871852820,
            "stop": 871853580
        },
        {
            "start": 871858697,
            "stop": 871920965
        },
        {
            "start": 871923063,
            "stop": 871927343
        },
        {
            "start": 871927346,
            "stop": 871927590
        },
        {
            "start": 871927593,
            "stop": 871927603
        },
        {
            "start": 871927607,
            "stop": 871928654
        },
        {
            "start": 871928660,
            "stop": 871936799
        },
        {
            "start": 871936807,
            "stop": 871945429
        },
        {
            "start": 871945432,
            "stop": 871963551
        },
        {
            "start": 871963555,
            "stop": 872000434
        },
        {
            "start": 872000437,
            "stop": 872008140
        },
        {
            "start": 872008143,
            "stop": 872010546
        },
        {
            "start": 872010549,
            "stop": 872014319
        },
        {
            "start": 872014322,
            "stop": 872014953
        },
        {
            "start": 872017742,
            "stop": 872018291
        },
        {
            "start": 872019291,
            "stop": 872019967
        }
    ]
}