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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=921",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=919",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 920,
    "results": [
        {
            "start": 865394152,
            "stop": 865395952
        },
        {
            "start": 865396102,
            "stop": 865396762
        },
        {
            "start": 865396912,
            "stop": 865397932
        },
        {
            "start": 865398082,
            "stop": 865399312
        },
        {
            "start": 865399514,
            "stop": 865405514
        },
        {
            "start": 865406798,
            "stop": 865409408
        },
        {
            "start": 865409558,
            "stop": 865409618
        },
        {
            "start": 865409821,
            "stop": 865425601
        },
        {
            "start": 865425746,
            "stop": 865427066
        },
        {
            "start": 865427214,
            "stop": 865427514
        },
        {
            "start": 865427935,
            "stop": 865428115
        },
        {
            "start": 865428538,
            "stop": 865428658
        },
        {
            "start": 865429425,
            "stop": 865429485
        },
        {
            "start": 865435656,
            "stop": 865435716
        },
        {
            "start": 865435938,
            "stop": 865436958
        },
        {
            "start": 865437325,
            "stop": 865437445
        },
        {
            "start": 865437589,
            "stop": 865437649
        },
        {
            "start": 865437794,
            "stop": 865437854
        },
        {
            "start": 865438017,
            "stop": 865438197
        },
        {
            "start": 865438330,
            "stop": 865439170
        }
    ]
}