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/H1_STOCH_CAT1/segments?format=api&page=1421
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1422",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1420",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1421,
    "results": [
        {
            "start": 850500446,
            "stop": 850504270
        },
        {
            "start": 850504276,
            "stop": 850512517
        },
        {
            "start": 850512524,
            "stop": 850512526
        },
        {
            "start": 850512529,
            "stop": 850514472
        },
        {
            "start": 850515666,
            "stop": 850517953
        },
        {
            "start": 850519090,
            "stop": 850532627
        },
        {
            "start": 850534437,
            "stop": 850578442
        },
        {
            "start": 850578446,
            "stop": 850578448
        },
        {
            "start": 850578451,
            "stop": 850579249
        },
        {
            "start": 850599430,
            "stop": 850602970
        },
        {
            "start": 850602973,
            "stop": 850603098
        },
        {
            "start": 850603101,
            "stop": 850603104
        },
        {
            "start": 850603109,
            "stop": 850603113
        },
        {
            "start": 850603117,
            "stop": 850603127
        },
        {
            "start": 850603130,
            "stop": 850603131
        },
        {
            "start": 850603134,
            "stop": 850623209
        },
        {
            "start": 850623213,
            "stop": 850642993
        },
        {
            "start": 850644481,
            "stop": 850672920
        },
        {
            "start": 850672923,
            "stop": 850672934
        },
        {
            "start": 850672937,
            "stop": 850677407
        }
    ]
}