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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9743",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9741",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9742,
    "results": [
        {
            "start": 873419624,
            "stop": 873419644
        },
        {
            "start": 873419650,
            "stop": 873419667
        },
        {
            "start": 873419672,
            "stop": 873419673
        },
        {
            "start": 873419684,
            "stop": 873419685
        },
        {
            "start": 873419690,
            "stop": 873419698
        },
        {
            "start": 873421565,
            "stop": 873421568
        },
        {
            "start": 873421572,
            "stop": 873421576
        },
        {
            "start": 873421577,
            "stop": 873421578
        },
        {
            "start": 873421579,
            "stop": 873421583
        },
        {
            "start": 873421585,
            "stop": 873421586
        },
        {
            "start": 873421587,
            "stop": 873421589
        },
        {
            "start": 873421591,
            "stop": 873421600
        },
        {
            "start": 873421602,
            "stop": 873421604
        },
        {
            "start": 873421605,
            "stop": 873421606
        },
        {
            "start": 873421607,
            "stop": 873421610
        },
        {
            "start": 873421612,
            "stop": 873421616
        },
        {
            "start": 873421617,
            "stop": 873421621
        },
        {
            "start": 873421626,
            "stop": 873421628
        },
        {
            "start": 873421629,
            "stop": 873421634
        },
        {
            "start": 873421635,
            "stop": 873421637
        }
    ]
}