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=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=327",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 328,
    "results": [
        {
            "start": 833835593,
            "stop": 833835653
        },
        {
            "start": 833835822,
            "stop": 833836062
        },
        {
            "start": 833836210,
            "stop": 833836330
        },
        {
            "start": 833838748,
            "stop": 833838808
        },
        {
            "start": 833838957,
            "stop": 833839437
        },
        {
            "start": 833840196,
            "stop": 833840556
        },
        {
            "start": 833840709,
            "stop": 833840949
        },
        {
            "start": 833841137,
            "stop": 833841917
        },
        {
            "start": 833842072,
            "stop": 833842672
        },
        {
            "start": 833842822,
            "stop": 833842912
        },
        {
            "start": 833843417,
            "stop": 833844437
        },
        {
            "start": 833844593,
            "stop": 833844953
        },
        {
            "start": 833845114,
            "stop": 833845474
        },
        {
            "start": 833846547,
            "stop": 833853267
        },
        {
            "start": 833853431,
            "stop": 833867351
        },
        {
            "start": 833867499,
            "stop": 833868519
        },
        {
            "start": 833871040,
            "stop": 833871340
        },
        {
            "start": 833872648,
            "stop": 833874388
        },
        {
            "start": 833874609,
            "stop": 833875389
        },
        {
            "start": 833875647,
            "stop": 833878737
        }
    ]
}