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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=77",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 78,
    "results": [
        {
            "start": 825479008,
            "stop": 825480416
        },
        {
            "start": 825480448,
            "stop": 825482207
        },
        {
            "start": 825486348,
            "stop": 825487456
        },
        {
            "start": 825487488,
            "stop": 825491200
        },
        {
            "start": 825491232,
            "stop": 825491456
        },
        {
            "start": 825491488,
            "stop": 825491616
        },
        {
            "start": 825491648,
            "stop": 825500064
        },
        {
            "start": 825500096,
            "stop": 825516000
        },
        {
            "start": 825516032,
            "stop": 825516429
        },
        {
            "start": 825521544,
            "stop": 825524032
        },
        {
            "start": 825524064,
            "stop": 825528726
        },
        {
            "start": 825534137,
            "stop": 825535104
        },
        {
            "start": 825535136,
            "stop": 825542816
        },
        {
            "start": 825542848,
            "stop": 825546407
        },
        {
            "start": 825547889,
            "stop": 825572363
        },
        {
            "start": 825572364,
            "stop": 825573056
        },
        {
            "start": 825573088,
            "stop": 825579013
        },
        {
            "start": 825592758,
            "stop": 825601248
        },
        {
            "start": 825601280,
            "stop": 825605353
        },
        {
            "start": 825612393,
            "stop": 825615133
        }
    ]
}