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=477
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=478",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=476",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 477,
    "results": [
        {
            "start": 862822701,
            "stop": 862825830
        },
        {
            "start": 862827656,
            "stop": 862831663
        },
        {
            "start": 862833128,
            "stop": 862838882
        },
        {
            "start": 862840696,
            "stop": 862841899
        },
        {
            "start": 862842886,
            "stop": 862843071
        },
        {
            "start": 862843906,
            "stop": 862844737
        },
        {
            "start": 862845556,
            "stop": 862848313
        },
        {
            "start": 862848315,
            "stop": 862851197
        },
        {
            "start": 862852160,
            "stop": 862852263
        },
        {
            "start": 862853324,
            "stop": 862858029
        },
        {
            "start": 862859084,
            "stop": 862859365
        },
        {
            "start": 862860633,
            "stop": 862867746
        },
        {
            "start": 862867902,
            "stop": 862870336
        },
        {
            "start": 862871059,
            "stop": 862873030
        },
        {
            "start": 862873163,
            "stop": 862875175
        },
        {
            "start": 862875177,
            "stop": 862877345
        },
        {
            "start": 862878514,
            "stop": 862883168
        },
        {
            "start": 862883911,
            "stop": 862889824
        },
        {
            "start": 862889826,
            "stop": 862891187
        },
        {
            "start": 862891256,
            "stop": 862898591
        }
    ]
}