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=322
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=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=321",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 322,
    "results": [
        {
            "start": 833482933,
            "stop": 833483173
        },
        {
            "start": 833483334,
            "stop": 833483394
        },
        {
            "start": 833483669,
            "stop": 833483789
        },
        {
            "start": 833483977,
            "stop": 833484397
        },
        {
            "start": 833484557,
            "stop": 833484677
        },
        {
            "start": 833484884,
            "stop": 833485124
        },
        {
            "start": 833485602,
            "stop": 833485662
        },
        {
            "start": 833485834,
            "stop": 833487514
        },
        {
            "start": 833488488,
            "stop": 833488548
        },
        {
            "start": 833488710,
            "stop": 833489430
        },
        {
            "start": 833489597,
            "stop": 833489897
        },
        {
            "start": 833490027,
            "stop": 833490387
        },
        {
            "start": 833491215,
            "stop": 833492475
        },
        {
            "start": 833492689,
            "stop": 833494549
        },
        {
            "start": 833494760,
            "stop": 833498180
        },
        {
            "start": 833498323,
            "stop": 833503483
        },
        {
            "start": 833503625,
            "stop": 833507885
        },
        {
            "start": 833508177,
            "stop": 833510757
        },
        {
            "start": 833510983,
            "stop": 833511043
        },
        {
            "start": 833511340,
            "stop": 833511460
        }
    ]
}