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=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=322",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 323,
    "results": [
        {
            "start": 833690035,
            "stop": 833703865
        },
        {
            "start": 833705272,
            "stop": 833706592
        },
        {
            "start": 833706743,
            "stop": 833712323
        },
        {
            "start": 833712528,
            "stop": 833714928
        },
        {
            "start": 833716720,
            "stop": 833717200
        },
        {
            "start": 833754908,
            "stop": 833756468
        },
        {
            "start": 833756648,
            "stop": 833759618
        },
        {
            "start": 833759768,
            "stop": 833763668
        },
        {
            "start": 833763891,
            "stop": 833764311
        },
        {
            "start": 833764341,
            "stop": 833764641
        },
        {
            "start": 833764671,
            "stop": 833771751
        },
        {
            "start": 833772937,
            "stop": 833777917
        },
        {
            "start": 833778087,
            "stop": 833784987
        },
        {
            "start": 833785978,
            "stop": 833791018
        },
        {
            "start": 833791168,
            "stop": 833794678
        },
        {
            "start": 833799786,
            "stop": 833800626
        },
        {
            "start": 833800780,
            "stop": 833800840
        },
        {
            "start": 833801042,
            "stop": 833803202
        },
        {
            "start": 833803445,
            "stop": 833804765
        },
        {
            "start": 833804935,
            "stop": 833805295
        }
    ]
}