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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=364",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 365,
    "results": [
        {
            "start": 821758898,
            "stop": 821758901
        },
        {
            "start": 821758904,
            "stop": 821758939
        },
        {
            "start": 821758942,
            "stop": 821758974
        },
        {
            "start": 821758977,
            "stop": 821758979
        },
        {
            "start": 821758995,
            "stop": 821758996
        },
        {
            "start": 821759004,
            "stop": 821759005
        },
        {
            "start": 821759009,
            "stop": 821759016
        },
        {
            "start": 821759019,
            "stop": 821759024
        },
        {
            "start": 821759030,
            "stop": 821759031
        },
        {
            "start": 821759035,
            "stop": 821759038
        },
        {
            "start": 821759043,
            "stop": 821759045
        },
        {
            "start": 821759066,
            "stop": 821759067
        },
        {
            "start": 821759072,
            "stop": 821759076
        },
        {
            "start": 821759079,
            "stop": 821759082
        },
        {
            "start": 821759088,
            "stop": 821759090
        },
        {
            "start": 821759094,
            "stop": 821759096
        },
        {
            "start": 821759102,
            "stop": 821759112
        },
        {
            "start": 821759115,
            "stop": 821759117
        },
        {
            "start": 821759125,
            "stop": 821759126
        },
        {
            "start": 821759131,
            "stop": 821759136
        }
    ]
}