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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=125",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 126,
    "results": [
        {
            "start": 821981187,
            "stop": 821981307
        },
        {
            "start": 821987863,
            "stop": 821987923
        },
        {
            "start": 821988344,
            "stop": 821988404
        },
        {
            "start": 821988745,
            "stop": 821988925
        },
        {
            "start": 821989288,
            "stop": 821989348
        },
        {
            "start": 821989771,
            "stop": 821989831
        },
        {
            "start": 821989998,
            "stop": 821990118
        },
        {
            "start": 821990248,
            "stop": 821990368
        },
        {
            "start": 821992281,
            "stop": 821992401
        },
        {
            "start": 821993412,
            "stop": 821993592
        },
        {
            "start": 821993880,
            "stop": 821994000
        },
        {
            "start": 821994653,
            "stop": 821994713
        },
        {
            "start": 821994915,
            "stop": 821995095
        },
        {
            "start": 821995345,
            "stop": 821995405
        },
        {
            "start": 821996168,
            "stop": 821996348
        },
        {
            "start": 821996582,
            "stop": 821996642
        },
        {
            "start": 821998898,
            "stop": 821998958
        },
        {
            "start": 821999090,
            "stop": 821999270
        },
        {
            "start": 822000273,
            "stop": 822000393
        },
        {
            "start": 822003125,
            "stop": 822003245
        }
    ]
}