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=196
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=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=195",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 196,
    "results": [
        {
            "start": 826456892,
            "stop": 826456952
        },
        {
            "start": 826459389,
            "stop": 826459599
        },
        {
            "start": 826460031,
            "stop": 826460271
        },
        {
            "start": 826460933,
            "stop": 826460993
        },
        {
            "start": 826461349,
            "stop": 826461529
        },
        {
            "start": 826461678,
            "stop": 826461738
        },
        {
            "start": 826462079,
            "stop": 826462169
        },
        {
            "start": 826462320,
            "stop": 826462410
        },
        {
            "start": 826465296,
            "stop": 826465356
        },
        {
            "start": 826477796,
            "stop": 826477856
        },
        {
            "start": 826479609,
            "stop": 826479849
        },
        {
            "start": 826480079,
            "stop": 826480259
        },
        {
            "start": 826480461,
            "stop": 826480581
        },
        {
            "start": 826481240,
            "stop": 826481360
        },
        {
            "start": 826481853,
            "stop": 826482213
        },
        {
            "start": 826483853,
            "stop": 826484033
        },
        {
            "start": 826484315,
            "stop": 826484435
        },
        {
            "start": 826485769,
            "stop": 826486189
        },
        {
            "start": 826486763,
            "stop": 826487243
        },
        {
            "start": 826487386,
            "stop": 826487776
        }
    ]
}