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=384
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=385",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=383",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 384,
    "results": [
        {
            "start": 836503043,
            "stop": 836503103
        },
        {
            "start": 836503408,
            "stop": 836503588
        },
        {
            "start": 836505159,
            "stop": 836505279
        },
        {
            "start": 836505844,
            "stop": 836506144
        },
        {
            "start": 836508407,
            "stop": 836508647
        },
        {
            "start": 836509210,
            "stop": 836509270
        },
        {
            "start": 836509561,
            "stop": 836509861
        },
        {
            "start": 836510069,
            "stop": 836510189
        },
        {
            "start": 836517966,
            "stop": 836518206
        },
        {
            "start": 836518784,
            "stop": 836518964
        },
        {
            "start": 836519286,
            "stop": 836519466
        },
        {
            "start": 836519556,
            "stop": 836519826
        },
        {
            "start": 836519856,
            "stop": 836520306
        },
        {
            "start": 836520718,
            "stop": 836523058
        },
        {
            "start": 836523118,
            "stop": 836523268
        },
        {
            "start": 836523418,
            "stop": 836525638
        },
        {
            "start": 836525668,
            "stop": 836530798
        },
        {
            "start": 836531030,
            "stop": 836531750
        },
        {
            "start": 836531926,
            "stop": 836533906
        },
        {
            "start": 836534071,
            "stop": 836536591
        }
    ]
}