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=726
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=727",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=725",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 726,
    "results": [
        {
            "start": 854563256,
            "stop": 854564126
        },
        {
            "start": 854564276,
            "stop": 854564876
        },
        {
            "start": 854565114,
            "stop": 854565174
        },
        {
            "start": 854565264,
            "stop": 854565624
        },
        {
            "start": 854565654,
            "stop": 854565714
        },
        {
            "start": 854565774,
            "stop": 854565924
        },
        {
            "start": 854565954,
            "stop": 854579724
        },
        {
            "start": 854579919,
            "stop": 854581749
        },
        {
            "start": 854581899,
            "stop": 854581959
        },
        {
            "start": 854581989,
            "stop": 854582079
        },
        {
            "start": 854582229,
            "stop": 854584119
        },
        {
            "start": 854584630,
            "stop": 854586610
        },
        {
            "start": 854586779,
            "stop": 854588639
        },
        {
            "start": 854588838,
            "stop": 854591358
        },
        {
            "start": 854591490,
            "stop": 854592120
        },
        {
            "start": 854592270,
            "stop": 854595150
        },
        {
            "start": 854595282,
            "stop": 854597862
        },
        {
            "start": 854597892,
            "stop": 854599542
        },
        {
            "start": 854599692,
            "stop": 854611602
        },
        {
            "start": 854612899,
            "stop": 854616619
        }
    ]
}