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=252
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=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=251",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 252,
    "results": [
        {
            "start": 838709519,
            "stop": 838711432
        },
        {
            "start": 838711433,
            "stop": 838714130
        },
        {
            "start": 838717952,
            "stop": 838734118
        },
        {
            "start": 838734755,
            "stop": 838739599
        },
        {
            "start": 838740815,
            "stop": 838741870
        },
        {
            "start": 838745038,
            "stop": 838765450
        },
        {
            "start": 838766870,
            "stop": 838767456
        },
        {
            "start": 838768942,
            "stop": 838779524
        },
        {
            "start": 838781060,
            "stop": 838781961
        },
        {
            "start": 838783294,
            "stop": 838789055
        },
        {
            "start": 838789057,
            "stop": 838803186
        },
        {
            "start": 838803958,
            "stop": 838809801
        },
        {
            "start": 838809803,
            "stop": 838816417
        },
        {
            "start": 838819436,
            "stop": 838831707
        },
        {
            "start": 838831985,
            "stop": 838839973
        },
        {
            "start": 838841376,
            "stop": 838845864
        },
        {
            "start": 838845866,
            "stop": 838847156
        },
        {
            "start": 838847988,
            "stop": 838851001
        },
        {
            "start": 838851110,
            "stop": 838851208
        },
        {
            "start": 838853202,
            "stop": 838854281
        }
    ]
}