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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3206",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3207,
    "results": [
        {
            "start": 871088363,
            "stop": 871088365
        },
        {
            "start": 871088370,
            "stop": 871091650
        },
        {
            "start": 871091655,
            "stop": 871099517
        },
        {
            "start": 871099523,
            "stop": 871099847
        },
        {
            "start": 871099853,
            "stop": 871099882
        },
        {
            "start": 871099888,
            "stop": 871100315
        },
        {
            "start": 871100325,
            "stop": 871100340
        },
        {
            "start": 871100460,
            "stop": 871105384
        },
        {
            "start": 871106811,
            "stop": 871106880
        },
        {
            "start": 871106940,
            "stop": 871110224
        },
        {
            "start": 871110525,
            "stop": 871116480
        },
        {
            "start": 871116540,
            "stop": 871136040
        },
        {
            "start": 871136100,
            "stop": 871139050
        },
        {
            "start": 871155840,
            "stop": 871156551
        },
        {
            "start": 871156553,
            "stop": 871156980
        },
        {
            "start": 871157040,
            "stop": 871158599
        },
        {
            "start": 871158631,
            "stop": 871158728
        },
        {
            "start": 871158731,
            "stop": 871159980
        },
        {
            "start": 871159984,
            "stop": 871160068
        },
        {
            "start": 871160072,
            "stop": 871161600
        }
    ]
}