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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=17",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 18,
    "results": [
        {
            "start": 1401613902,
            "stop": 1401624806
        },
        {
            "start": 1401631329,
            "stop": 1401649293
        },
        {
            "start": 1401663791,
            "stop": 1401719428
        },
        {
            "start": 1401732344,
            "stop": 1401735061
        },
        {
            "start": 1401742157,
            "stop": 1401775369
        },
        {
            "start": 1401780259,
            "stop": 1401850849
        },
        {
            "start": 1401854030,
            "stop": 1401902164
        },
        {
            "start": 1401902491,
            "stop": 1401963602
        },
        {
            "start": 1401976361,
            "stop": 1402023636
        },
        {
            "start": 1402036606,
            "stop": 1402070943
        },
        {
            "start": 1402080387,
            "stop": 1402083467
        },
        {
            "start": 1402085981,
            "stop": 1402086248
        },
        {
            "start": 1402088592,
            "stop": 1402095664
        },
        {
            "start": 1402095667,
            "stop": 1402146088
        },
        {
            "start": 1402169987,
            "stop": 1402171705
        },
        {
            "start": 1402171710,
            "stop": 1402171849
        },
        {
            "start": 1402171852,
            "stop": 1402171855
        },
        {
            "start": 1402171857,
            "stop": 1402178480
        },
        {
            "start": 1402183386,
            "stop": 1402194985
        },
        {
            "start": 1402199576,
            "stop": 1402226055
        }
    ]
}