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=955
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=956",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=954",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 955,
    "results": [
        {
            "start": 867797218,
            "stop": 867806188
        },
        {
            "start": 867806368,
            "stop": 867806638
        },
        {
            "start": 867806866,
            "stop": 867813646
        },
        {
            "start": 867813796,
            "stop": 867815956
        },
        {
            "start": 867816046,
            "stop": 867816196
        },
        {
            "start": 867816346,
            "stop": 867818386
        },
        {
            "start": 867818539,
            "stop": 867820159
        },
        {
            "start": 867820356,
            "stop": 867820806
        },
        {
            "start": 867820956,
            "stop": 867821436
        },
        {
            "start": 867821646,
            "stop": 867823446
        },
        {
            "start": 867823596,
            "stop": 867827676
        },
        {
            "start": 867827993,
            "stop": 867830603
        },
        {
            "start": 867830753,
            "stop": 867833753
        },
        {
            "start": 867833945,
            "stop": 867834755
        },
        {
            "start": 867834905,
            "stop": 867835925
        },
        {
            "start": 867836075,
            "stop": 867836765
        },
        {
            "start": 867866983,
            "stop": 867867403
        },
        {
            "start": 867867547,
            "stop": 867867697
        },
        {
            "start": 867867847,
            "stop": 867867907
        },
        {
            "start": 867868118,
            "stop": 867869318
        }
    ]
}