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=744
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=745",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=743",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 744,
    "results": [
        {
            "start": 855781423,
            "stop": 855781633
        },
        {
            "start": 855781998,
            "stop": 855782118
        },
        {
            "start": 855782280,
            "stop": 855782490
        },
        {
            "start": 855782520,
            "stop": 855782700
        },
        {
            "start": 855784654,
            "stop": 855784714
        },
        {
            "start": 855785039,
            "stop": 855785339
        },
        {
            "start": 855785499,
            "stop": 855785769
        },
        {
            "start": 855785799,
            "stop": 855785859
        },
        {
            "start": 855786031,
            "stop": 855786271
        },
        {
            "start": 855786428,
            "stop": 855786668
        },
        {
            "start": 855786818,
            "stop": 855786878
        },
        {
            "start": 855787029,
            "stop": 855787089
        },
        {
            "start": 855787416,
            "stop": 855787476
        },
        {
            "start": 855787629,
            "stop": 855787749
        },
        {
            "start": 855787982,
            "stop": 855788222
        },
        {
            "start": 855788364,
            "stop": 855788484
        },
        {
            "start": 855788765,
            "stop": 855789185
        },
        {
            "start": 855789453,
            "stop": 855790893
        },
        {
            "start": 855791134,
            "stop": 855792904
        },
        {
            "start": 855794530,
            "stop": 855794650
        }
    ]
}