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=333
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=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=332",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 333,
    "results": [
        {
            "start": 834105636,
            "stop": 834105696
        },
        {
            "start": 834106196,
            "stop": 834106256
        },
        {
            "start": 834106403,
            "stop": 834106463
        },
        {
            "start": 834107452,
            "stop": 834107692
        },
        {
            "start": 834107840,
            "stop": 834107930
        },
        {
            "start": 834108167,
            "stop": 834108227
        },
        {
            "start": 834108617,
            "stop": 834108797
        },
        {
            "start": 834108974,
            "stop": 834109034
        },
        {
            "start": 834109563,
            "stop": 834109743
        },
        {
            "start": 834110294,
            "stop": 834110354
        },
        {
            "start": 834114888,
            "stop": 834114948
        },
        {
            "start": 834115609,
            "stop": 834115669
        },
        {
            "start": 834115699,
            "stop": 834115819
        },
        {
            "start": 834116015,
            "stop": 834116075
        },
        {
            "start": 834118507,
            "stop": 834118567
        },
        {
            "start": 834120212,
            "stop": 834120392
        },
        {
            "start": 834120600,
            "stop": 834120720
        },
        {
            "start": 834121266,
            "stop": 834121446
        },
        {
            "start": 834122851,
            "stop": 834122911
        },
        {
            "start": 834123784,
            "stop": 834124054
        }
    ]
}