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=897
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=898",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=896",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 897,
    "results": [
        {
            "start": 864252500,
            "stop": 864253340
        },
        {
            "start": 864254966,
            "stop": 864257666
        },
        {
            "start": 864258717,
            "stop": 864269937
        },
        {
            "start": 864270140,
            "stop": 864280010
        },
        {
            "start": 864280160,
            "stop": 864282440
        },
        {
            "start": 864282636,
            "stop": 864284736
        },
        {
            "start": 864286148,
            "stop": 864288668
        },
        {
            "start": 864288808,
            "stop": 864290758
        },
        {
            "start": 864290908,
            "stop": 864291088
        },
        {
            "start": 864291293,
            "stop": 864293453
        },
        {
            "start": 864293608,
            "stop": 864298858
        },
        {
            "start": 864299008,
            "stop": 864300868
        },
        {
            "start": 864301018,
            "stop": 864303508
        },
        {
            "start": 864303733,
            "stop": 864305683
        },
        {
            "start": 864305773,
            "stop": 864309733
        },
        {
            "start": 864310739,
            "stop": 864314399
        },
        {
            "start": 864314966,
            "stop": 864315386
        },
        {
            "start": 864315580,
            "stop": 864316540
        },
        {
            "start": 864316690,
            "stop": 864319060
        },
        {
            "start": 864319205,
            "stop": 864321095
        }
    ]
}