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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=177",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 178,
    "results": [
        {
            "start": 816840855,
            "stop": 816840870
        },
        {
            "start": 816840879,
            "stop": 816840895
        },
        {
            "start": 816840900,
            "stop": 816840909
        },
        {
            "start": 816840915,
            "stop": 816840916
        },
        {
            "start": 816840922,
            "stop": 816841035
        },
        {
            "start": 816841047,
            "stop": 816841082
        },
        {
            "start": 816841087,
            "stop": 816841106
        },
        {
            "start": 816841110,
            "stop": 816841151
        },
        {
            "start": 816841156,
            "stop": 816841296
        },
        {
            "start": 816841299,
            "stop": 816841375
        },
        {
            "start": 816841380,
            "stop": 816841383
        },
        {
            "start": 816841389,
            "stop": 816841429
        },
        {
            "start": 816841433,
            "stop": 816841436
        },
        {
            "start": 816841442,
            "stop": 816841500
        },
        {
            "start": 816841506,
            "stop": 816841509
        },
        {
            "start": 816841513,
            "stop": 816841523
        },
        {
            "start": 816841528,
            "stop": 816841529
        },
        {
            "start": 816841534,
            "stop": 816841536
        },
        {
            "start": 816841542,
            "stop": 816841543
        },
        {
            "start": 816841550,
            "stop": 816841557
        }
    ]
}