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=612
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=613",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=611",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 612,
    "results": [
        {
            "start": 850103788,
            "stop": 850104148
        },
        {
            "start": 850104381,
            "stop": 850105251
        },
        {
            "start": 850105418,
            "stop": 850105598
        },
        {
            "start": 850105628,
            "stop": 850106678
        },
        {
            "start": 850106738,
            "stop": 850106888
        },
        {
            "start": 850106918,
            "stop": 850109678
        },
        {
            "start": 850109963,
            "stop": 850110023
        },
        {
            "start": 850110348,
            "stop": 850111158
        },
        {
            "start": 850111188,
            "stop": 850111548
        },
        {
            "start": 850111711,
            "stop": 850111831
        },
        {
            "start": 850111986,
            "stop": 850113516
        },
        {
            "start": 850113546,
            "stop": 850113966
        },
        {
            "start": 850114122,
            "stop": 850114992
        },
        {
            "start": 850117064,
            "stop": 850118114
        },
        {
            "start": 850118264,
            "stop": 850118924
        },
        {
            "start": 850119086,
            "stop": 850120346
        },
        {
            "start": 850120521,
            "stop": 850122261
        },
        {
            "start": 850122525,
            "stop": 850122585
        },
        {
            "start": 850122773,
            "stop": 850123763
        },
        {
            "start": 850123823,
            "stop": 850130213
        }
    ]
}