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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=244",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 245,
    "results": [
        {
            "start": 818217561,
            "stop": 818217566
        },
        {
            "start": 818217581,
            "stop": 818217585
        },
        {
            "start": 818217589,
            "stop": 818217590
        },
        {
            "start": 818217598,
            "stop": 818217599
        },
        {
            "start": 818217608,
            "stop": 818217609
        },
        {
            "start": 818217619,
            "stop": 818217625
        },
        {
            "start": 818217662,
            "stop": 818217663
        },
        {
            "start": 818217678,
            "stop": 818217690
        },
        {
            "start": 818217710,
            "stop": 818217714
        },
        {
            "start": 818217719,
            "stop": 818217720
        },
        {
            "start": 818217731,
            "stop": 818217733
        },
        {
            "start": 818217755,
            "stop": 818217763
        },
        {
            "start": 818217778,
            "stop": 818217779
        },
        {
            "start": 818217782,
            "stop": 818217787
        },
        {
            "start": 818217794,
            "stop": 818217796
        },
        {
            "start": 818217805,
            "stop": 818217807
        },
        {
            "start": 818217810,
            "stop": 818217811
        },
        {
            "start": 818217822,
            "stop": 818217825
        },
        {
            "start": 818217829,
            "stop": 818217834
        },
        {
            "start": 818217838,
            "stop": 818217839
        }
    ]
}