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=348
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=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=347",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 348,
    "results": [
        {
            "start": 834684046,
            "stop": 834684286
        },
        {
            "start": 834684589,
            "stop": 834685129
        },
        {
            "start": 834685264,
            "stop": 834686104
        },
        {
            "start": 834686242,
            "stop": 834686422
        },
        {
            "start": 834686993,
            "stop": 834688073
        },
        {
            "start": 834688249,
            "stop": 834688309
        },
        {
            "start": 834688469,
            "stop": 834688829
        },
        {
            "start": 834689228,
            "stop": 834689468
        },
        {
            "start": 834689756,
            "stop": 834689936
        },
        {
            "start": 834690084,
            "stop": 834690144
        },
        {
            "start": 834690283,
            "stop": 834690463
        },
        {
            "start": 834698498,
            "stop": 834698678
        },
        {
            "start": 834699341,
            "stop": 834699521
        },
        {
            "start": 834699659,
            "stop": 834699779
        },
        {
            "start": 834700857,
            "stop": 834700917
        },
        {
            "start": 834701079,
            "stop": 834701499
        },
        {
            "start": 834701692,
            "stop": 834703012
        },
        {
            "start": 834704003,
            "stop": 834704483
        },
        {
            "start": 834704654,
            "stop": 834704894
        },
        {
            "start": 834705050,
            "stop": 834716990
        }
    ]
}