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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=184",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 185,
    "results": [
        {
            "start": 933050229,
            "stop": 933050517
        },
        {
            "start": 933050519,
            "stop": 933050618
        },
        {
            "start": 933061327,
            "stop": 933061760
        },
        {
            "start": 933061765,
            "stop": 933061805
        },
        {
            "start": 933061823,
            "stop": 933061832
        },
        {
            "start": 933061869,
            "stop": 933061871
        },
        {
            "start": 933063485,
            "stop": 933065369
        },
        {
            "start": 933066569,
            "stop": 933067779
        },
        {
            "start": 933076358,
            "stop": 933076366
        },
        {
            "start": 933076371,
            "stop": 933076815
        },
        {
            "start": 933077175,
            "stop": 933077185
        },
        {
            "start": 933077205,
            "stop": 933077448
        },
        {
            "start": 933077453,
            "stop": 933077622
        },
        {
            "start": 933078827,
            "stop": 933078976
        },
        {
            "start": 933078978,
            "stop": 933080415
        },
        {
            "start": 933080775,
            "stop": 933081749
        },
        {
            "start": 933081809,
            "stop": 933082501
        },
        {
            "start": 933082503,
            "stop": 933084015
        },
        {
            "start": 933084375,
            "stop": 933085433
        },
        {
            "start": 933089709,
            "stop": 933089734
        }
    ]
}