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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=214",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 215,
    "results": [
        {
            "start": 826981075,
            "stop": 826981555
        },
        {
            "start": 826982966,
            "stop": 826983206
        },
        {
            "start": 826983357,
            "stop": 826983837
        },
        {
            "start": 826984086,
            "stop": 826984446
        },
        {
            "start": 826984598,
            "stop": 826985318
        },
        {
            "start": 826985460,
            "stop": 826985520
        },
        {
            "start": 827023760,
            "stop": 827023940
        },
        {
            "start": 827025670,
            "stop": 827025730
        },
        {
            "start": 827026566,
            "stop": 827026626
        },
        {
            "start": 827027528,
            "stop": 827027768
        },
        {
            "start": 827027987,
            "stop": 827028047
        },
        {
            "start": 827028725,
            "stop": 827029505
        },
        {
            "start": 827029646,
            "stop": 827029766
        },
        {
            "start": 827033518,
            "stop": 827033578
        },
        {
            "start": 827036187,
            "stop": 827036247
        },
        {
            "start": 827036656,
            "stop": 827036836
        },
        {
            "start": 827036976,
            "stop": 827037096
        },
        {
            "start": 827037524,
            "stop": 827037584
        },
        {
            "start": 827037724,
            "stop": 827038024
        },
        {
            "start": 827038172,
            "stop": 827038412
        }
    ]
}