Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14172
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14173",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14171",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14172,
    "results": [
        {
            "start": 971166752,
            "stop": 971166754
        },
        {
            "start": 971166756,
            "stop": 971166757
        },
        {
            "start": 971166760,
            "stop": 971166762
        },
        {
            "start": 971166764,
            "stop": 971166765
        },
        {
            "start": 971166771,
            "stop": 971166774
        },
        {
            "start": 971166776,
            "stop": 971166777
        },
        {
            "start": 971166778,
            "stop": 971166780
        },
        {
            "start": 971166782,
            "stop": 971166783
        },
        {
            "start": 971166786,
            "stop": 971166789
        },
        {
            "start": 971166791,
            "stop": 971166792
        },
        {
            "start": 971166793,
            "stop": 971166794
        },
        {
            "start": 971166796,
            "stop": 971166799
        },
        {
            "start": 971166802,
            "stop": 971166804
        },
        {
            "start": 971166806,
            "stop": 971166810
        },
        {
            "start": 971166816,
            "stop": 971166817
        },
        {
            "start": 971166818,
            "stop": 971166820
        },
        {
            "start": 971166821,
            "stop": 971166823
        },
        {
            "start": 971166824,
            "stop": 971166825
        },
        {
            "start": 971166827,
            "stop": 971166829
        },
        {
            "start": 971166834,
            "stop": 971166836
        }
    ]
}