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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=172",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 173,
    "results": [
        {
            "start": 846115563,
            "stop": 846115746
        },
        {
            "start": 846115819,
            "stop": 846116281
        },
        {
            "start": 846116344,
            "stop": 846117922
        },
        {
            "start": 846119184,
            "stop": 846119421
        },
        {
            "start": 846119941,
            "stop": 846123374
        },
        {
            "start": 846124923,
            "stop": 846124971
        },
        {
            "start": 846125613,
            "stop": 846125749
        },
        {
            "start": 846127916,
            "stop": 846140967
        },
        {
            "start": 846141086,
            "stop": 846142122
        },
        {
            "start": 846144067,
            "stop": 846168659
        },
        {
            "start": 846168832,
            "stop": 846171239
        },
        {
            "start": 846172303,
            "stop": 846175239
        },
        {
            "start": 846176774,
            "stop": 846230576
        },
        {
            "start": 846231168,
            "stop": 846238348
        },
        {
            "start": 846239627,
            "stop": 846250138
        },
        {
            "start": 846266465,
            "stop": 846271115
        },
        {
            "start": 846272550,
            "stop": 846274034
        },
        {
            "start": 846275048,
            "stop": 846275482
        },
        {
            "start": 846275853,
            "stop": 846279967
        },
        {
            "start": 846290703,
            "stop": 846295172
        }
    ]
}