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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=60",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 61,
    "results": [
        {
            "start": 819301274,
            "stop": 819301334
        },
        {
            "start": 819301478,
            "stop": 819301778
        },
        {
            "start": 819302159,
            "stop": 819302219
        },
        {
            "start": 819302551,
            "stop": 819302791
        },
        {
            "start": 819303001,
            "stop": 819303061
        },
        {
            "start": 819303227,
            "stop": 819303287
        },
        {
            "start": 819305198,
            "stop": 819305318
        },
        {
            "start": 819305468,
            "stop": 819305528
        },
        {
            "start": 819305689,
            "stop": 819306049
        },
        {
            "start": 819306204,
            "stop": 819306264
        },
        {
            "start": 819307010,
            "stop": 819307070
        },
        {
            "start": 819307337,
            "stop": 819307517
        },
        {
            "start": 819308001,
            "stop": 819308061
        },
        {
            "start": 819311876,
            "stop": 819312596
        },
        {
            "start": 819312762,
            "stop": 819312942
        },
        {
            "start": 819313305,
            "stop": 819313605
        },
        {
            "start": 819314085,
            "stop": 819314145
        },
        {
            "start": 819314299,
            "stop": 819314539
        },
        {
            "start": 819314687,
            "stop": 819314807
        },
        {
            "start": 819315283,
            "stop": 819315523
        }
    ]
}