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=1375
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=1376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1374",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1375,
    "results": [
        {
            "start": 843867445,
            "stop": 843867451
        },
        {
            "start": 843867456,
            "stop": 843867457
        },
        {
            "start": 843867464,
            "stop": 843867465
        },
        {
            "start": 843867473,
            "stop": 843867481
        },
        {
            "start": 843867485,
            "stop": 843867487
        },
        {
            "start": 843867491,
            "stop": 843867493
        },
        {
            "start": 843867496,
            "stop": 843867500
        },
        {
            "start": 843867503,
            "stop": 843867509
        },
        {
            "start": 843867516,
            "stop": 843867520
        },
        {
            "start": 843867528,
            "stop": 843867533
        },
        {
            "start": 843867545,
            "stop": 843867546
        },
        {
            "start": 843867557,
            "stop": 843867561
        },
        {
            "start": 843867569,
            "stop": 843867581
        },
        {
            "start": 843867589,
            "stop": 843867599
        },
        {
            "start": 843867602,
            "stop": 843867624
        },
        {
            "start": 843867628,
            "stop": 843867660
        },
        {
            "start": 843867663,
            "stop": 843867672
        },
        {
            "start": 843867675,
            "stop": 843867678
        },
        {
            "start": 843867682,
            "stop": 843867686
        },
        {
            "start": 843867689,
            "stop": 843867724
        }
    ]
}