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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1036",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1034",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1035,
    "results": [
        {
            "start": 872325072,
            "stop": 872325192
        },
        {
            "start": 872326206,
            "stop": 872327526
        },
        {
            "start": 872327683,
            "stop": 872328583
        },
        {
            "start": 872328930,
            "stop": 872329590
        },
        {
            "start": 872329935,
            "stop": 872330535
        },
        {
            "start": 872330689,
            "stop": 872332969
        },
        {
            "start": 872334400,
            "stop": 872334520
        },
        {
            "start": 872334671,
            "stop": 872336351
        },
        {
            "start": 872336489,
            "stop": 872336549
        },
        {
            "start": 872336800,
            "stop": 872336980
        },
        {
            "start": 872337199,
            "stop": 872337319
        },
        {
            "start": 872338048,
            "stop": 872338108
        },
        {
            "start": 872338282,
            "stop": 872338642
        },
        {
            "start": 872339432,
            "stop": 872339792
        },
        {
            "start": 872340180,
            "stop": 872340480
        },
        {
            "start": 872340647,
            "stop": 872341247
        },
        {
            "start": 872342052,
            "stop": 872342292
        },
        {
            "start": 872342458,
            "stop": 872342788
        },
        {
            "start": 872344332,
            "stop": 872344392
        },
        {
            "start": 872345859,
            "stop": 872345979
        }
    ]
}