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=7036
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=7037",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7035",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7036,
    "results": [
        {
            "start": 874097100,
            "stop": 874097541
        },
        {
            "start": 874097542,
            "stop": 874097698
        },
        {
            "start": 874097701,
            "stop": 874098069
        },
        {
            "start": 874098070,
            "stop": 874098377
        },
        {
            "start": 874098378,
            "stop": 874100891
        },
        {
            "start": 874100895,
            "stop": 874102826
        },
        {
            "start": 874102829,
            "stop": 874103575
        },
        {
            "start": 874103578,
            "stop": 874103632
        },
        {
            "start": 874106234,
            "stop": 874106668
        },
        {
            "start": 874106672,
            "stop": 874107517
        },
        {
            "start": 874107520,
            "stop": 874107956
        },
        {
            "start": 874108190,
            "stop": 874108194
        },
        {
            "start": 874108197,
            "stop": 874109200
        },
        {
            "start": 874109203,
            "stop": 874109802
        },
        {
            "start": 874109805,
            "stop": 874110535
        },
        {
            "start": 874110538,
            "stop": 874111542
        },
        {
            "start": 874111546,
            "stop": 874112011
        },
        {
            "start": 874112015,
            "stop": 874113092
        },
        {
            "start": 874113996,
            "stop": 874114303
        },
        {
            "start": 874114306,
            "stop": 874114715
        }
    ]
}