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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=240",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 241,
    "results": [
        {
            "start": 837763301,
            "stop": 837777890
        },
        {
            "start": 837779016,
            "stop": 837779584
        },
        {
            "start": 837779586,
            "stop": 837780763
        },
        {
            "start": 837780844,
            "stop": 837783595
        },
        {
            "start": 837783718,
            "stop": 837784044
        },
        {
            "start": 837784404,
            "stop": 837786083
        },
        {
            "start": 837788251,
            "stop": 837793853
        },
        {
            "start": 837794043,
            "stop": 837794174
        },
        {
            "start": 837794404,
            "stop": 837797342
        },
        {
            "start": 837797344,
            "stop": 837797353
        },
        {
            "start": 837797355,
            "stop": 837797371
        },
        {
            "start": 837797372,
            "stop": 837797386
        },
        {
            "start": 837797387,
            "stop": 837797394
        },
        {
            "start": 837797395,
            "stop": 837797604
        },
        {
            "start": 837797605,
            "stop": 837797948
        },
        {
            "start": 837797950,
            "stop": 837797997
        },
        {
            "start": 837797998,
            "stop": 837798839
        },
        {
            "start": 837798998,
            "stop": 837804562
        },
        {
            "start": 837804564,
            "stop": 837807879
        },
        {
            "start": 837807881,
            "stop": 837808850
        }
    ]
}