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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4554",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4552",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4553,
    "results": [
        {
            "start": 968764393,
            "stop": 968764417
        },
        {
            "start": 968764420,
            "stop": 968764487
        },
        {
            "start": 968764490,
            "stop": 968764566
        },
        {
            "start": 968764569,
            "stop": 968764584
        },
        {
            "start": 968764587,
            "stop": 968764652
        },
        {
            "start": 968764659,
            "stop": 968764685
        },
        {
            "start": 968764688,
            "stop": 968764740
        },
        {
            "start": 968765758,
            "stop": 968765789
        },
        {
            "start": 968765791,
            "stop": 968765978
        },
        {
            "start": 968766038,
            "stop": 968766098
        },
        {
            "start": 968767675,
            "stop": 968767677
        },
        {
            "start": 968767682,
            "stop": 968767684
        },
        {
            "start": 968767688,
            "stop": 968767690
        },
        {
            "start": 968767693,
            "stop": 968767694
        },
        {
            "start": 968767697,
            "stop": 968767700
        },
        {
            "start": 968767704,
            "stop": 968767706
        },
        {
            "start": 968767709,
            "stop": 968767716
        },
        {
            "start": 968767720,
            "stop": 968767721
        },
        {
            "start": 968767724,
            "stop": 968767725
        },
        {
            "start": 968767732,
            "stop": 968767733
        }
    ]
}