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=377
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=378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=376",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 377,
    "results": [
        {
            "start": 836057933,
            "stop": 836058023
        },
        {
            "start": 836058053,
            "stop": 836058833
        },
        {
            "start": 836059000,
            "stop": 836064580
        },
        {
            "start": 836066354,
            "stop": 836067074
        },
        {
            "start": 836067104,
            "stop": 836067374
        },
        {
            "start": 836074998,
            "stop": 836075718
        },
        {
            "start": 836076737,
            "stop": 836077877
        },
        {
            "start": 836078060,
            "stop": 836078240
        },
        {
            "start": 836078768,
            "stop": 836078948
        },
        {
            "start": 836079359,
            "stop": 836079419
        },
        {
            "start": 836079969,
            "stop": 836080329
        },
        {
            "start": 836080512,
            "stop": 836080572
        },
        {
            "start": 836081827,
            "stop": 836081887
        },
        {
            "start": 836082017,
            "stop": 836083157
        },
        {
            "start": 836083307,
            "stop": 836083967
        },
        {
            "start": 836084129,
            "stop": 836084309
        },
        {
            "start": 836084612,
            "stop": 836084792
        },
        {
            "start": 836087679,
            "stop": 836087919
        },
        {
            "start": 836088087,
            "stop": 836099697
        },
        {
            "start": 836099847,
            "stop": 836103087
        }
    ]
}