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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=363",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 364,
    "results": [
        {
            "start": 821758855,
            "stop": 821758860
        },
        {
            "start": 821758863,
            "stop": 821758875
        },
        {
            "start": 821758890,
            "stop": 821758893
        },
        {
            "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": 821759052,
            "stop": 821759053
        },
        {
            "start": 821759066,
            "stop": 821759067
        },
        {
            "start": 821759072,
            "stop": 821759076
        },
        {
            "start": 821759079,
            "stop": 821759082
        },
        {
            "start": 821759088,
            "stop": 821759090
        },
        {
            "start": 821759094,
            "stop": 821759096
        }
    ]
}