Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=145",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 146,
    "results": [
        {
            "start": 828346004,
            "stop": 828346008
        },
        {
            "start": 828348439,
            "stop": 828352351
        },
        {
            "start": 828352353,
            "stop": 828352408
        },
        {
            "start": 828426781,
            "stop": 828431128
        },
        {
            "start": 828431847,
            "stop": 828433325
        },
        {
            "start": 828433327,
            "stop": 828433330
        },
        {
            "start": 828433332,
            "stop": 828435668
        },
        {
            "start": 828445719,
            "stop": 828446517
        },
        {
            "start": 828446711,
            "stop": 828447515
        },
        {
            "start": 828448537,
            "stop": 828449726
        },
        {
            "start": 828449953,
            "stop": 828450559
        },
        {
            "start": 828450691,
            "stop": 828450900
        },
        {
            "start": 828451780,
            "stop": 828452290
        },
        {
            "start": 828518267,
            "stop": 828521707
        },
        {
            "start": 828521709,
            "stop": 828524832
        },
        {
            "start": 828524834,
            "stop": 828525000
        },
        {
            "start": 828525002,
            "stop": 828525303
        },
        {
            "start": 828525308,
            "stop": 828525508
        },
        {
            "start": 828525510,
            "stop": 828525972
        },
        {
            "start": 828525975,
            "stop": 828526520
        }
    ]
}