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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8738",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8736",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8737,
    "results": [
        {
            "start": 872829840,
            "stop": 872830440
        },
        {
            "start": 872830500,
            "stop": 872835480
        },
        {
            "start": 872835540,
            "stop": 872837637
        },
        {
            "start": 872837654,
            "stop": 872843651
        },
        {
            "start": 872843668,
            "stop": 872847869
        },
        {
            "start": 872847886,
            "stop": 872852208
        },
        {
            "start": 872852225,
            "stop": 872859977
        },
        {
            "start": 872860097,
            "stop": 872863281
        },
        {
            "start": 872863401,
            "stop": 872864056
        },
        {
            "start": 872864176,
            "stop": 872864940
        },
        {
            "start": 872865000,
            "stop": 872865817
        },
        {
            "start": 872865834,
            "stop": 872866457
        },
        {
            "start": 872866577,
            "stop": 872867190
        },
        {
            "start": 872867207,
            "stop": 872867630
        },
        {
            "start": 872867858,
            "stop": 872871290
        },
        {
            "start": 872871495,
            "stop": 872871611
        },
        {
            "start": 872873880,
            "stop": 872874140
        },
        {
            "start": 872874534,
            "stop": 872874780
        },
        {
            "start": 872874840,
            "stop": 872875951
        },
        {
            "start": 872876071,
            "stop": 872876759
        }
    ]
}